ak0601 commited on
Commit
b469797
·
verified ·
1 Parent(s): f30b3c6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # Testing (dev only)
26
- pytest>=8.0.0
27
- pytest-cov>=5.0.0
28
- responses>=0.25.0
29
- freezegun>=1.4.0
 
 
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