Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
flask
|
| 2 |
asgiref
|
| 3 |
uvicorn
|
|
|
|
| 4 |
python-dotenv
|
| 5 |
psycopg2-binary
|
| 6 |
PyMuPDF
|
|
|
|
| 1 |
flask
|
| 2 |
asgiref
|
| 3 |
uvicorn
|
| 4 |
+
gunicorn
|
| 5 |
python-dotenv
|
| 6 |
psycopg2-binary
|
| 7 |
PyMuPDF
|