We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dc063 commit a6bf309Copy full SHA for a6bf309
Pipfile
@@ -14,6 +14,10 @@ tox-pipenv = "*"
14
types-requests = "*"
15
black = "*"
16
isort = "*"
17
+importlib_metadata = {version = "*", markers="python_version < '3.8'"}
18
+zipp = {version = "*", markers="python_version < '3.8'"}
19
+exceptiongroup = {version = "*", markers="python_version < '3.11'"}
20
+tomli = {version = "*", markers="python_version < '3.11'"}
21
22
[packages]
23
requests = "*"
0 commit comments