Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests>=2.31.0
|
2 |
+
py-trello>=0.19.0
|
3 |
+
python-dateutil>=2.8.2
|
4 |
+
SpeechRecognition>=3.10.0
|
5 |
+
python-dotenv>=1.0.0
|
6 |
+
wget>=3.2
|