Spaces:
Running
Running
Create requirements.txt
#1
by
BATUTO-ART
- opened
- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Interface Engine
|
| 2 |
+
gradio>=5.0.0
|
| 3 |
+
|
| 4 |
+
# Connectivity and APIs
|
| 5 |
+
requests
|
| 6 |
+
tenacity
|
| 7 |
+
pillow
|
| 8 |
+
|
| 9 |
+
# Telegram (If you're going to activate the bot there)
|
| 10 |
+
python-telegram-bot --upgrade
|
| 11 |
+
|
| 12 |
+
# Utilities
|
| 13 |
+
python-dotenv
|