euler314 commited on
Commit
f59c4c9
·
verified ·
1 Parent(s): b8e3ad7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -16
requirements.txt CHANGED
@@ -1,16 +1,32 @@
1
- stablepy==0.6.0
2
- streamlit
3
- playwright>=1.35.0
4
- spacy>=3.5.0
5
- google-auth-oauthlib>=0.4.6
6
- google-auth-httplib2>=0.1.0
7
- google-api-python-client>=2.70.0
8
- PyPDF2>=3.0.0
9
- beautifulsoup4>=4.11.2
10
- gdown
11
- sentence-transformers
12
- spacy-transformers
13
- transformers
14
- pandas
15
- schedule
16
- reportlab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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