Spaces:
Building
Building
amaye15
commited on
Commit
·
1f5ce72
1
Parent(s):
cb60f9c
Requirements Added
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Note: These requirements are also specified in pyproject.toml
|
2 |
+
# This file is kept for development environment setup and compatibility
|
3 |
+
aiosqlite~=0.20
|
4 |
+
lxml~=5.3
|
5 |
+
litellm>=1.53.1
|
6 |
+
numpy>=1.26.0,<3
|
7 |
+
pillow~=10.4
|
8 |
+
playwright>=1.49.0
|
9 |
+
python-dotenv~=1.0
|
10 |
+
requests~=2.26
|
11 |
+
beautifulsoup4~=4.12
|
12 |
+
tf-playwright-stealth>=1.1.0
|
13 |
+
xxhash~=3.4
|
14 |
+
rank-bm25~=0.2
|
15 |
+
aiofiles>=24.1.0
|
16 |
+
colorama~=0.4
|
17 |
+
snowballstemmer~=2.2
|
18 |
+
pydantic>=2.10
|
19 |
+
pyOpenSSL>=24.3.0
|
20 |
+
psutil>=6.1.1
|
21 |
+
nltk>=3.9.1
|