Skip to content

Commit c2ccbb1

Browse files
committed
Install importlib-metadata if python version is 3.7
1 parent 016d4e3 commit c2ccbb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
install_requires=[
2121
"urllib3>=1.26.0",
2222
"dataclasses>=0.6; python_version < '3.7'",
23+
"importlib-metadata; python_version < '3.8'",
2324
"requests",
2425
"requests_toolbelt",
2526
"PyJWT",

0 commit comments

Comments
 (0)