Demosthene-OR
commited on
Commit
•
5e2ed87
1
Parent(s):
f5eaaad
Update requirements.txt
Browse files- requirements.txt +1 -13
requirements.txt
CHANGED
@@ -1,21 +1,9 @@
|
|
1 |
-
annotated-types==0.6.0
|
2 |
-
anyio==4.2.0
|
3 |
-
click==8.1.7
|
4 |
-
exceptiongroup==1.2.0
|
5 |
fastapi==0.109.2
|
6 |
-
h11==0.14.0
|
7 |
httptools==0.1.2
|
8 |
-
idna
|
9 |
numpy===1.23.5
|
10 |
pandas==2.2.1
|
11 |
pydantic==2.6.1
|
12 |
-
|
13 |
-
python-dateutil==2.8.2
|
14 |
-
pytz==2024.1
|
15 |
-
requests==2.26.0
|
16 |
-
six==1.16.0
|
17 |
-
sniffio==1.3.0
|
18 |
-
starlette==0.36.3
|
19 |
typing-extensions==4.9.0
|
20 |
uvicorn==0.27.1
|
21 |
uvloop==0.19.0
|
|
|
|
|
|
|
|
|
|
|
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
|