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 f2057ad commit 4b16f38Copy full SHA for 4b16f38
pyproject.toml
@@ -25,6 +25,7 @@ classifiers = [
25
]
26
requires-python = ">=3.9"
27
dependencies = [
28
+ "packaging>=25.0",
29
"requests>=2.32.5,<3.0.0",
30
31
requirements/install.txt
@@ -10,6 +10,8 @@ charset-normalizer==2.1.1
10
# via requests
11
idna==3.4
12
13
+packaging==25.0
14
+ # via bemserver-api-client (pyproject.toml)
15
requests==2.32.5
16
# via bemserver-api-client (pyproject.toml)
17
urllib3==1.26.12
0 commit comments