Skip to content

Commit a6bf309

Browse files
committed
Specify dependencies for python < 3.11
1 parent a6dc063 commit a6bf309

File tree

2 files changed

+180
-190
lines changed

2 files changed

+180
-190
lines changed

Pipfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ tox-pipenv = "*"
1414
types-requests = "*"
1515
black = "*"
1616
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'"}
1721

1822
[packages]
1923
requests = "*"

0 commit comments

Comments
 (0)