Skip to content

Commit

Permalink
Update importlib_metadata requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
plinss committed Jul 20, 2022
1 parent 4609382 commit 05a9c0c
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 @@ -22,7 +22,7 @@

install_requires=[
'flake8>=3.8.0,<5.0',
'importlib_metadata>=4.12.0,<5.0.0;python_version<"3.8.0"',
'importlib_metadata>=4.0.0,<5.0.0;python_version<"3.8.0"',
'typing_extensions>=3.7.4.2',
],
extras_require={
Expand Down

0 comments on commit 05a9c0c

Please sign in to comment.