Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-telegram-bot>=20.0 # Use a specific version range if needed
|
2 |
+
pillow>=9.0
|
3 |
+
python-dotenv>=1.0
|
4 |
+
numpy>=1.20
|