Update requirements.txt
Browse files- requirements.txt +32 -16
requirements.txt
CHANGED
@@ -1,16 +1,32 @@
|
|
1 |
-
|
2 |
-
streamlit
|
3 |
-
playwright
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
streamlit==1.22.0
|
3 |
+
playwright==1.32.1
|
4 |
+
pyppeteer==1.0.2
|
5 |
+
beautifulsoup4==4.11.2
|
6 |
+
PyPDF2==3.0.1
|
7 |
+
reportlab==3.6.12
|
8 |
+
Pillow==9.4.0
|
9 |
+
requests==2.28.2
|
10 |
+
celery==5.2.7
|
11 |
+
redis==4.5.1
|
12 |
+
mitmproxy==9.0.1
|
13 |
+
google-auth-oauthlib==1.0.0
|
14 |
+
google-api-python-client==2.79.0
|
15 |
+
|
16 |
+
# Optional dependencies for advanced features
|
17 |
+
splash==3.5
|
18 |
+
scrapy==2.7.1
|
19 |
+
scrapy-splash==0.8.0
|
20 |
+
selenium==4.8.2
|
21 |
+
scrapy-selenium==0.0.7
|
22 |
+
portia2code==0.1.0
|
23 |
+
scrapinghub==2.4.0
|
24 |
+
|
25 |
+
# Utils
|
26 |
+
numpy==1.24.2
|
27 |
+
pandas==1.5.3
|
28 |
+
aiohttp==3.8.4
|
29 |
+
aiodns==3.0.0
|
30 |
+
python-dotenv==1.0.0
|
31 |
+
nest-asyncio==1.5.6
|
32 |
+
tqdm==4.64.1
|