euler314 commited on
Commit
17ac947
·
verified ·
1 Parent(s): 5f6dd7e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -9
requirements.txt CHANGED
@@ -1,27 +1,20 @@
1
  # Core dependencies
2
  streamlit==1.22.0
3
- playwright==1.26.0
4
  beautifulsoup4==4.11.2
5
  PyPDF2==3.0.1
6
  reportlab==3.6.12
7
  Pillow==9.4.0
8
  requests==2.28.2
9
- celery==5.2.7
10
- mitmproxy==9.0.1
11
  google-auth-oauthlib==1.0.0
12
  google-api-python-client==2.79.0
13
- pyppeteer==1.0.2
14
- # Additional dependency
15
- splash==3.5
16
 
17
  # Utils
18
  numpy==1.24.2
19
  pandas==1.5.3
20
  aiohttp==3.8.4
21
- aiodns==3.0.0
22
  python-dotenv==1.0.0
23
- nest-asyncio==1.5.6
24
  tqdm==4.64.1
25
  nltk
26
  scikit-learn
27
- docx2txt
 
1
  # Core dependencies
2
  streamlit==1.22.0
3
+ playwright==1.37.0 # Updated version
4
  beautifulsoup4==4.11.2
5
  PyPDF2==3.0.1
6
  reportlab==3.6.12
7
  Pillow==9.4.0
8
  requests==2.28.2
 
 
9
  google-auth-oauthlib==1.0.0
10
  google-api-python-client==2.79.0
 
 
 
11
 
12
  # Utils
13
  numpy==1.24.2
14
  pandas==1.5.3
15
  aiohttp==3.8.4
 
16
  python-dotenv==1.0.0
 
17
  tqdm==4.64.1
18
  nltk
19
  scikit-learn
20
+ docx2txt