Spaces:
Running
Running
ksvmuralidhar
commited on
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -5,10 +5,12 @@ python-dateutil==2.8.2
|
|
5 |
pandas==1.3.1
|
6 |
requests==2.26.0
|
7 |
bs4==0.0.1
|
8 |
-
|
9 |
-
flask_cors==3.0.10
|
10 |
-
gunicorn==20.1.0
|
11 |
pymongo==4.3.3
|
12 |
unidecode
|
13 |
redis
|
14 |
newrelic
|
|
|
|
|
|
|
|
|
|
5 |
pandas==1.3.1
|
6 |
requests==2.26.0
|
7 |
bs4==0.0.1
|
8 |
+
gunicorn
|
|
|
|
|
9 |
pymongo==4.3.3
|
10 |
unidecode
|
11 |
redis
|
12 |
newrelic
|
13 |
+
asyncio
|
14 |
+
uvicorn
|
15 |
+
Quart
|
16 |
+
quart-cors
|