Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 0c73352

Browse files
committed
chore: remove unused deps or transient deps
1 parent b5a5331 commit 0c73352

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

setup.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,11 @@
4242
"passageidentity.openapi_client.models": "passageidentity/openapi_client/models",
4343
},
4444
install_requires=[
45-
"aenum >= 3.1.15",
46-
"cryptography >= 44.0.0",
47-
"importlib-metadata >= 8.5.0",
48-
"pydantic >= 2.10.2",
45+
"cryptography >= 44.0.0", # used by pyjwt
46+
"importlib-metadata >= 8.5.0", # required for python < 3.8
47+
"pydantic >= 2.10.2", # used by codgen
4948
"pyjwt >= 2.10.1",
50-
"python-dateutil >= 2.9.0.post0",
5149
"requests >= 2.32.3",
52-
"typing_extensions >= 4.12.2",
53-
"urllib3 >= 2.2.3",
5450
],
5551
extras_require={
5652
"dev": [

0 commit comments

Comments
 (0)