Skip to content

Commit 4b16f38

Browse files
committed
Add packaging dep to pyproject.toml
1 parent f2057ad commit 4b16f38

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
]
2626
requires-python = ">=3.9"
2727
dependencies = [
28+
"packaging>=25.0",
2829
"requests>=2.32.5,<3.0.0",
2930
]
3031

requirements/install.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ charset-normalizer==2.1.1
1010
# via requests
1111
idna==3.4
1212
# via requests
13+
packaging==25.0
14+
# via bemserver-api-client (pyproject.toml)
1315
requests==2.32.5
1416
# via bemserver-api-client (pyproject.toml)
1517
urllib3==1.26.12

0 commit comments

Comments
 (0)