Skip to content

Commit

Permalink
Update typing extensions requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
plinss committed Jul 20, 2022
1 parent cba2b54 commit 4609382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_requires=[
'flake8>=3.8.0,<5.0',
'importlib_metadata>=4.12.0,<5.0.0;python_version<"3.8.0"',
'typing_extensions>=3.7.4.2,<4.0',
'typing_extensions>=3.7.4.2',
],
extras_require={
'dev': [
Expand Down

0 comments on commit 4609382

Please sign in to comment.