Skip to content

Commit

Permalink
typing_extensions required
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst committed Jul 2, 2024
1 parent bcedce1 commit 438b250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lxml==5.2.2
pytest==8.2.2
typing-extensions==4.12.2
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
],
test_suite="tests",
tests_require=["lxml"],
install_requires=["typing_extensions>=4.1"],
platforms="any",
classifiers=[
"Environment :: Web Environment",
Expand Down

0 comments on commit 438b250

Please sign in to comment.