Update requirements.txt
Browse files- requirements.txt +44 -44
requirements.txt
CHANGED
@@ -1,44 +1,44 @@
|
|
1 |
-
alembic==1.4.3
|
2 |
-
beautifulsoup4==4.9.3
|
3 |
-
bleach==3.3.0
|
4 |
-
cachetools==4.2.0
|
5 |
-
certifi==2020.12.5
|
6 |
-
chardet==3.0.4
|
7 |
-
click==7.1.2
|
8 |
-
feedparser==6.0.2
|
9 |
-
Flask==1.1.2
|
10 |
-
Flask-Caching==1.9.0
|
11 |
-
Flask-Login==0.5.0
|
12 |
-
Flask-Migrate==2.5.3
|
13 |
-
Flask-SQLAlchemy==2.4.4
|
14 |
-
Flask-WTF==0.14.3
|
15 |
-
gevent==
|
16 |
-
greenlet==0.4.17
|
17 |
-
idna==2.10
|
18 |
-
itsdangerous==1.1.0
|
19 |
-
Jinja2==2.11.3
|
20 |
-
lxml>=4.6.3
|
21 |
-
Mako==1.1.3
|
22 |
-
MarkupSafe==1.1.1
|
23 |
-
numerize==0.12
|
24 |
-
packaging==20.8
|
25 |
-
pyparsing==2.4.7
|
26 |
-
PySocks==1.7.1
|
27 |
-
python-dateutil==2.8.1
|
28 |
-
python-dotenv==0.15.0
|
29 |
-
python-editor==1.0.4
|
30 |
-
requests==2.25.1
|
31 |
-
requests-futures==1.0.0
|
32 |
-
sgmllib3k==1.0.0
|
33 |
-
six==1.15.0
|
34 |
-
socks==0
|
35 |
-
soupsieve==2.0.1
|
36 |
-
SQLAlchemy==1.3.22
|
37 |
-
urllib3==1.26.5
|
38 |
-
webencodings==0.5.1
|
39 |
-
Werkzeug==1.0.1
|
40 |
-
WTForms==2.3.3
|
41 |
-
youtube-dlc==2020.11.11.post3
|
42 |
-
youtube-search-fork==1.2.5
|
43 |
-
zope.event==4.5.0
|
44 |
-
zope.interface==5.2.0
|
|
|
1 |
+
alembic==1.4.3
|
2 |
+
beautifulsoup4==4.9.3
|
3 |
+
bleach==3.3.0
|
4 |
+
cachetools==4.2.0
|
5 |
+
certifi==2020.12.5
|
6 |
+
chardet==3.0.4
|
7 |
+
click==7.1.2
|
8 |
+
feedparser==6.0.2
|
9 |
+
Flask==1.1.2
|
10 |
+
Flask-Caching==1.9.0
|
11 |
+
Flask-Login==0.5.0
|
12 |
+
Flask-Migrate==2.5.3
|
13 |
+
Flask-SQLAlchemy==2.4.4
|
14 |
+
Flask-WTF==0.14.3
|
15 |
+
gevent==21.12.0
|
16 |
+
greenlet==0.4.17
|
17 |
+
idna==2.10
|
18 |
+
itsdangerous==1.1.0
|
19 |
+
Jinja2==2.11.3
|
20 |
+
lxml>=4.6.3
|
21 |
+
Mako==1.1.3
|
22 |
+
MarkupSafe==1.1.1
|
23 |
+
numerize==0.12
|
24 |
+
packaging==20.8
|
25 |
+
pyparsing==2.4.7
|
26 |
+
PySocks==1.7.1
|
27 |
+
python-dateutil==2.8.1
|
28 |
+
python-dotenv==0.15.0
|
29 |
+
python-editor==1.0.4
|
30 |
+
requests==2.25.1
|
31 |
+
requests-futures==1.0.0
|
32 |
+
sgmllib3k==1.0.0
|
33 |
+
six==1.15.0
|
34 |
+
socks==0
|
35 |
+
soupsieve==2.0.1
|
36 |
+
SQLAlchemy==1.3.22
|
37 |
+
urllib3==1.26.5
|
38 |
+
webencodings==0.5.1
|
39 |
+
Werkzeug==1.0.1
|
40 |
+
WTForms==2.3.3
|
41 |
+
youtube-dlc==2020.11.11.post3
|
42 |
+
youtube-search-fork==1.2.5
|
43 |
+
zope.event==4.5.0
|
44 |
+
zope.interface==5.2.0
|