Skip to content

Commit 4674c69

Browse files
committed
Specify dependencies for python < 3.11
1 parent 44522ee commit 4674c69

File tree

2 files changed

+272
-246
lines changed

2 files changed

+272
-246
lines changed

Pipfile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ python-keycloak-client = "==0.2.3"
1212
requests = "==2.28.1"
1313

1414
[dev-packages]
15-
pytest = "==7.1.3"
16-
pylint = "==2.15.7"
15+
pytest = "==7.2.0"
16+
pylint = "==2.15.9"
1717
tox = "==3.27.1"
1818
tox-pipenv = "==1.10.1"
19-
wrapt = "*"
19+
importlib_metadata = {version = "*", markers="python_version < '3.8'"}
20+
zipp = {version = "*", markers="python_version < '3.8'"}
21+
exceptiongroup = {version = "*", markers="python_version < '3.11'"}
22+
tomli = {version = "*", markers="python_version < '3.11'"}
23+
wrapt = {version = "*", markers="python_version < '3.11'"}
24+
dill = {version = "*", markers="python_version < '3.11'"}

0 commit comments

Comments
 (0)