Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -4,3 +4,6 @@ python-dotenv==0.19.0
|
|
4 |
werkzeug==2.0.1
|
5 |
colorama==0.4.4
|
6 |
gunicorn==20.1.0
|
|
|
|
|
|
|
|
4 |
werkzeug==2.0.1
|
5 |
colorama==0.4.4
|
6 |
gunicorn==20.1.0
|
7 |
+
requests==2.28.1
|
8 |
+
pyyaml==6.0
|
9 |
+
ruamel.yaml==0.17.21
|