Spaces:
Running
Running
Kunal Pai commited on
Commit ·
336e2a3
1
Parent(s): 20457ea
Add requirements.txt with project dependencies
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
annotated-types==0.7.0
|
| 2 |
+
anyio==4.9.0
|
| 3 |
+
beautifulsoup4==4.13.3
|
| 4 |
+
certifi==2025.1.31
|
| 5 |
+
charset-normalizer==3.4.1
|
| 6 |
+
googlesearch-python==1.3.0
|
| 7 |
+
h11==0.14.0
|
| 8 |
+
httpcore==1.0.7
|
| 9 |
+
httpx==0.28.1
|
| 10 |
+
idna==3.10
|
| 11 |
+
ollama==0.4.7
|
| 12 |
+
pydantic==2.11.1
|
| 13 |
+
pydantic_core==2.33.0
|
| 14 |
+
requests==2.32.3
|
| 15 |
+
sniffio==1.3.1
|
| 16 |
+
soupsieve==2.6
|
| 17 |
+
typing-inspection==0.4.0
|
| 18 |
+
typing_extensions==4.13.0
|
| 19 |
+
urllib3==2.3.0
|