Deploy
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn[standard]
|
3 |
duckdb>=1.2.1
|
4 |
pydantic
|
5 |
-
python-multipart
|
6 |
-
httpx
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi[all]>=0.95.0
|
2 |
+
uvicorn[standard]>=0.18.0
|
3 |
duckdb>=1.2.1
|
4 |
pydantic
|
5 |
+
python-multipart>=0.0.5
|
6 |
+
httpx
|
7 |
+
requests>=2.20.0
|
8 |
+
aiofiles>=0.8.0
|
9 |
+
pandas>=1.5.0
|
10 |
+
pyarrow>=10.0.0
|