Skip to content

Commit

Permalink
Merge pull request #2 from sanjacob/sanjacob-patch-1
Browse files Browse the repository at this point in the history
Add missing dependencies to pyproject.toml
  • Loading branch information
sanjacob authored Dec 25, 2023
2 parents ea2f716 + 3a0e05b commit 58bdd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries"
]
dependencies = ["requests", "typing_extensions"]
dependencies = ["requests", "typing_extensions", "tiny-api-client", "pydantic", "pathvalidate"]
[tool.setuptools_scm]

[project.optional-dependencies]
Expand Down

0 comments on commit 58bdd6d

Please sign in to comment.