Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Core dependencies
|
| 2 |
streamlit==1.22.0
|
| 3 |
-
playwright==1.
|
| 4 |
beautifulsoup4==4.11.2
|
| 5 |
PyPDF2==3.0.1
|
| 6 |
reportlab==3.6.12
|
|
@@ -10,7 +10,7 @@ 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.
|
| 14 |
# Additional dependency
|
| 15 |
splash==3.5
|
| 16 |
|
|
|
|
| 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
|
|
|
|
| 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 |
|