Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies for Hugging Face Spaces
|
| 2 |
+
streamlit==1.29.0
|
| 3 |
+
pandas==2.1.3
|
| 4 |
+
requests==2.31.0
|
| 5 |
+
beautifulsoup4==4.12.2
|
| 6 |
+
lxml==4.9.3
|
| 7 |
+
|
| 8 |
+
# Optional but recommended
|
| 9 |
+
python-dotenv==1.0.0
|
| 10 |
+
validators==0.22.0
|
| 11 |
+
|
| 12 |
+
# Note: sqlite3 is included in Python standard library
|
| 13 |
+
# No need to install it separately
|