Spaces:
Paused
Paused
Dedeep Vasireddy
commited on
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies for undetected Chrome screenshot tool
|
| 2 |
+
undetected-chromedriver>=3.5.4
|
| 3 |
+
gradio>=4.0.0
|
| 4 |
+
Pillow>=10.0.0
|
| 5 |
+
selenium>=4.15.0
|
| 6 |
+
|
| 7 |
+
# Optional but recommended for better performance
|
| 8 |
+
requests>=2.31.0
|
| 9 |
+
urllib3>=2.0.0
|
| 10 |
+
|
| 11 |
+
# System dependencies (may need to be installed separately on some systems)
|
| 12 |
+
# chromium-browser # For Linux systems without Chrome
|
| 13 |
+
# google-chrome-stable # Alternative for Linux
|