Spaces:
Sleeping
Sleeping
requiment
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
pydantic
|
| 4 |
+
python-multipart
|
| 5 |
+
matplotlib
|
| 6 |
+
seaborn
|
| 7 |
+
pandas
|
| 8 |
+
requests
|
| 9 |
+
Jinja2
|
| 10 |
+
numpy
|