Spaces:
Runtime error
Runtime error
Zwea Htet commited on
Commit ·
8042ffc
1
Parent(s): 3c8d75d
update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
Click
|
| 2 |
-
flask
|
| 3 |
fastapi
|
| 4 |
-
|
| 5 |
-
Flask-SQLAlchemy
|
| 6 |
gunicorn
|
| 7 |
itsdangerous
|
| 8 |
Jinja2
|
|
@@ -16,5 +14,4 @@ panda
|
|
| 16 |
numpy
|
| 17 |
langchain
|
| 18 |
python-dotenv
|
| 19 |
-
flask-login
|
| 20 |
python-multipart
|
|
|
|
| 1 |
Click
|
|
|
|
| 2 |
fastapi
|
| 3 |
+
uvicorn[standard]==0.17.*
|
|
|
|
| 4 |
gunicorn
|
| 5 |
itsdangerous
|
| 6 |
Jinja2
|
|
|
|
| 14 |
numpy
|
| 15 |
langchain
|
| 16 |
python-dotenv
|
|
|
|
| 17 |
python-multipart
|