Spaces:
Build error
Build error
Demosthene-OR
commited on
Commit
•
1ad13b3
1
Parent(s):
b54a80b
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.109.2
|
2 |
+
httptools==0.1.2
|
3 |
+
numpy===1.23.5
|
4 |
+
pandas==2.2.1
|
5 |
+
pydantic==2.6.1
|
6 |
+
requests==2.27.0
|
7 |
+
typing-extensions==4.9.0
|
8 |
+
uvicorn==0.27.1
|
9 |
+
uvloop==0.19.0
|
10 |
+
asyncio==3.4.3
|