Skip to content

Commit

Permalink
Add typing extensions dependency to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Nov 22, 2023
1 parent a779c4f commit 7c655c9
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"]
dependencies = ["requests", "typing_extensions"]
[tool.setuptools_scm]

[project.optional-dependencies]
Expand Down

0 comments on commit 7c655c9

Please sign in to comment.