Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -15
requirements.txt
CHANGED
@@ -1,15 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
exceptiongroup
|
6 |
-
fastapi
|
7 |
-
h11
|
8 |
-
idna
|
9 |
-
primp
|
10 |
-
pydantic
|
11 |
-
pydantic_core
|
12 |
-
sniffio
|
13 |
-
starlette
|
14 |
-
typing_extensions
|
15 |
-
uvicorn
|
|
|
1 |
+
fastapi>=0.95.0
|
2 |
+
uvicorn>=0.21.1
|
3 |
+
httpx>=0.24.0
|
4 |
+
python-dotenv>=1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|