Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
httpx
|
| 4 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.68.0
|
| 2 |
+
uvicorn>=0.15.0
|
| 3 |
+
httpx>=0.23.0
|
| 4 |
+
python-dotenv>=0.19.0
|
| 5 |
+
duckduckgo-search>=3.8.6
|
| 6 |
+
beautifulsoup4>=4.12.2
|
| 7 |
+
PyGithub>=1.59.0
|
| 8 |
+
playwright>=1.40.0
|
| 9 |
+
aiohttp>=3.9.0
|
| 10 |
+
python-multipart>=0.0.6
|