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 401c227 commit c68374dCopy full SHA for c68374d
requirements.txt
@@ -15,3 +15,4 @@ aiohttp_remotes
15
pytest-aiohttp
16
starlette
17
a2wsgi
18
+packaging
setup.py
@@ -28,6 +28,7 @@ def read_version(package):
28
"inflection>=0.3.1,<0.6",
29
"werkzeug>=2.2.2,<3",
30
"starlette>=0.27,<1",
31
+ "packaging>=23.2",
32
]
33
34
swagger_ui_require = "swagger-ui-bundle>=0.0.2,<0.1"
0 commit comments