Skip to content

Commit

Permalink
remove importlib-metadata as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hamel committed Jul 15, 2024
1 parent b87f126 commit 4f4d837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ def run(self) -> None:
"jsonpickle==1.5.2",
"argcomplete==1.12.2",
"certifi==2023.7.22",
"importlib-metadata<4",
]
+ ["urllib3==1.25.11"], # noqa: W503
tests_require=["pytest==3.2.3"],
Expand Down

0 comments on commit 4f4d837

Please sign in to comment.