Spaces:
Paused
Paused
AurelioAguirre
commited on
Commit
·
3697055
1
Parent(s):
9bbec6e
New Dockerfile, still dummy app, testing minimal req file. v4
Browse files- requirements.txt +1 -11
requirements.txt
CHANGED
@@ -1,12 +1,2 @@
|
|
1 |
fastapi==0.115.5
|
2 |
-
uvicorn==0.32.1
|
3 |
-
pydantic==2.10.2
|
4 |
-
python-dotenv==1.0.1
|
5 |
-
PyYAML==6.0.2
|
6 |
-
starlette==0.41.3
|
7 |
-
typing_extensions==4.12.2
|
8 |
-
anyio==4.6.2.post1
|
9 |
-
click==8.1.7
|
10 |
-
h11==0.14.0
|
11 |
-
idna==3.10
|
12 |
-
sniffio==1.3.1
|
|
|
1 |
fastapi==0.115.5
|
2 |
+
uvicorn==0.32.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|