Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +30 -29
requirements.txt
CHANGED
|
@@ -1,29 +1,30 @@
|
|
| 1 |
-
# UI
|
| 2 |
-
kivy>=2.3.0,<3.0.0
|
| 3 |
-
kivymd>=1.2.0,<2.0.0
|
| 4 |
-
|
| 5 |
-
# HTTP
|
| 6 |
-
requests>=2.31.0,<3.0.0
|
| 7 |
-
urllib3>=2.0.0,<3.0.0
|
| 8 |
-
|
| 9 |
-
# Scheduling
|
| 10 |
-
APScheduler>=3.10.0,<4.0.0
|
| 11 |
-
SQLAlchemy>=2.0.0,<3.0.0
|
| 12 |
-
|
| 13 |
-
# NLP / Ranking
|
| 14 |
-
scikit-learn>=1.4.0,<2.0.0
|
| 15 |
-
nltk>=3.8.0,<4.0.0
|
| 16 |
-
scipy>=1.12.0,<2.0.0
|
| 17 |
-
|
| 18 |
-
# Notifications
|
| 19 |
-
plyer>=2.1.0,<3.0.0
|
| 20 |
-
|
| 21 |
-
# Hosting (HF Spaces)
|
| 22 |
-
pytz
|
| 23 |
-
streamlit
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
pytest
|
| 28 |
-
|
| 29 |
-
|
|
|
|
|
|
| 1 |
+
# UI
|
| 2 |
+
kivy>=2.3.0,<3.0.0
|
| 3 |
+
kivymd>=1.2.0,<2.0.0
|
| 4 |
+
|
| 5 |
+
# HTTP
|
| 6 |
+
requests>=2.31.0,<3.0.0
|
| 7 |
+
urllib3>=2.0.0,<3.0.0
|
| 8 |
+
|
| 9 |
+
# Scheduling
|
| 10 |
+
APScheduler>=3.10.0,<4.0.0
|
| 11 |
+
SQLAlchemy>=2.0.0,<3.0.0
|
| 12 |
+
|
| 13 |
+
# NLP / Ranking
|
| 14 |
+
scikit-learn>=1.4.0,<2.0.0
|
| 15 |
+
nltk>=3.8.0,<4.0.0
|
| 16 |
+
scipy>=1.12.0,<2.0.0
|
| 17 |
+
|
| 18 |
+
# Notifications
|
| 19 |
+
plyer>=2.1.0,<3.0.0
|
| 20 |
+
|
| 21 |
+
# Hosting (HF Spaces)
|
| 22 |
+
pytz
|
| 23 |
+
streamlit
|
| 24 |
+
python-dotenv
|
| 25 |
+
|
| 26 |
+
# Testing (dev only)
|
| 27 |
+
pytest>=8.0.0
|
| 28 |
+
pytest-cov>=5.0.0
|
| 29 |
+
responses>=0.25.0
|
| 30 |
+
freezegun>=1.4.0
|