Skip to content

Commit

Permalink
Merge pull request #102 from fastly/issue-98
Browse files Browse the repository at this point in the history
Ensure that dependencies are listed in pyproject.toml.
  • Loading branch information
harmony7 authored Aug 21, 2024
2 parents 0b00a48 + 09c5a09 commit 41b05db
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 = [
"urllib3 >= 1.25.3",
"python-dateutil",
]

[project.urls]
"Homepage" = "https://github.com/fastly/fastly-py"
Expand Down

0 comments on commit 41b05db

Please sign in to comment.