Skip to content

Commit

Permalink
add dependencies to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
barne856 committed Jul 6, 2023
1 parent a6ddf98 commit f3ad770
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
'attrs >= 22.2.0',
'boto3 >= 1.26.93',
]

[project.urls]
"Homepage" = "https://github.com/USACE/cc-python-sdk"
Expand Down

0 comments on commit f3ad770

Please sign in to comment.