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.
2 parents 684f323 + 1def934 commit d8facc9Copy full SHA for d8facc9
requirements.txt
@@ -15,3 +15,4 @@ aiohttp_remotes
15
pytest-aiohttp
16
starlette
17
a2wsgi
18
+packaging
setup.py
@@ -28,12 +28,13 @@ 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"
35
36
flask_require = [
- "flask[async]>=2.2.5,<3.0",
37
+ "flask[async]==2.2.5",
38
"a2wsgi>=1.4,<2",
39
40
0 commit comments