Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask
|
2 |
+
requests
|
3 |
+
Werkzeug
|
4 |
+
MarkupSafe
|
5 |
+
itsdangerous
|
6 |
+
click
|
7 |
+
certifi
|
8 |
+
charset-normalizer
|
9 |
+
idna
|
10 |
+
urllib3
|
11 |
+
Jinja2
|
12 |
+
python-dotenv
|