added gunicorn in requirements.txt

This commit is contained in:
charlene tau express 2025-04-24 15:32:07 +08:00
parent 738ff3fe95
commit e213d0765b
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
myvenv/
venv/
__pycache__/
*.pyc
*.pyo

View File

@ -7,4 +7,5 @@ torch==2.6.0
transformers==4.49.0
uuid_utils==0.10.0
Werkzeug==3.1.3
gunicorn==23.0.0
--extra-index-url https://download.pytorch.org/whl/cpu