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 eb38e4b commit 78af348Copy full SHA for 78af348
pyproject.toml
@@ -25,6 +25,7 @@ classifiers = [
25
dependencies = [
26
"Flask~=3.1.0",
27
"Flask-Cors~=5.0.0",
28
+ "gunicorn~=23.0.0",
29
"requests~=2.32.3",
30
"python-dotenv~=1.0.0",
31
]
requirements.txt
@@ -1,5 +1,6 @@
1
Flask~=3.1.0
2
Flask-Cors~=5.0.0
3
+gunicorn~=23.0.0
4
requests~=2.32.3
5
python-dotenv~=1.0.0
6
0 commit comments