Skip to content

Commit 78af348

Browse files
committed
ops: add missingn gunicorn dependency
1 parent eb38e4b commit 78af348

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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
dependencies = [
2626
"Flask~=3.1.0",
2727
"Flask-Cors~=5.0.0",
28+
"gunicorn~=23.0.0",
2829
"requests~=2.32.3",
2930
"python-dotenv~=1.0.0",
3031
]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Flask~=3.1.0
22
Flask-Cors~=5.0.0
3+
gunicorn~=23.0.0
34
requests~=2.32.3
45
python-dotenv~=1.0.0
56

0 commit comments

Comments
 (0)