Skip to content

Commit

Permalink
setup: relax requirements for importlib-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jul 8, 2021
1 parent 05832c8 commit bd58095
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 @@ -78,7 +78,7 @@ def run(self):
"pydot>=1.2.4",
"speedcopy>=2.0.1; python_version < '3.8' and sys_platform == 'win32'",
"dataclasses==0.7; python_version < '3.7'",
"importlib-metadata==1.4; python_version < '3.8'",
"importlib-metadata>=1.4; python_version < '3.8'",
"flatten_dict>=0.3.0,<1",
"tabulate>=0.8.7",
"pygtrie>=2.3.2",
Expand Down

0 comments on commit bd58095

Please sign in to comment.