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 44522ee commit 4674c69Copy full SHA for 4674c69
Pipfile
@@ -12,8 +12,13 @@ python-keycloak-client = "==0.2.3"
12
requests = "==2.28.1"
13
14
[dev-packages]
15
-pytest = "==7.1.3"
16
-pylint = "==2.15.7"
+pytest = "==7.2.0"
+pylint = "==2.15.9"
17
tox = "==3.27.1"
18
tox-pipenv = "==1.10.1"
19
-wrapt = "*"
+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