Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
python-telegram-bot
|
| 2 |
-
supabase
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
| 1 |
+
python-telegram-bot
|
| 2 |
+
supabase
|
| 3 |
+
python-dotenv
|
| 4 |
+
flask
|
| 5 |
+
requests
|
| 6 |
+
APScheduler>=3.10.0
|