Update requirements
This commit is contained in:
parent
5d94b677a8
commit
7a97303854
@ -1,4 +1,5 @@
|
|||||||
alembic==1.4.2
|
alembic==1.4.2
|
||||||
|
astroid==2.4.2
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
attrs==19.3.0
|
attrs==19.3.0
|
||||||
beautifulsoup4==4.9.1
|
beautifulsoup4==4.9.1
|
||||||
@ -20,16 +21,20 @@ future==0.18.2
|
|||||||
gevent==20.6.2
|
gevent==20.6.2
|
||||||
greenlet==0.4.16
|
greenlet==0.4.16
|
||||||
idna==2.10
|
idna==2.10
|
||||||
|
isort==5.4.2
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
Jinja2==2.11.2
|
Jinja2==2.11.2
|
||||||
|
lazy-object-proxy==1.4.3
|
||||||
llvmlite==0.33.0
|
llvmlite==0.33.0
|
||||||
lxml==4.5.2
|
lxml==4.5.2
|
||||||
Mako==1.1.3
|
Mako==1.1.3
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
|
mccabe==0.6.1
|
||||||
multidict==4.7.6
|
multidict==4.7.6
|
||||||
numerize==0.12
|
numerize==0.12
|
||||||
numpy==1.19.0
|
numpy==1.19.0
|
||||||
packaging==20.4
|
packaging==20.4
|
||||||
|
pylint==2.6.0
|
||||||
PyMySQL==0.9.3
|
PyMySQL==0.9.3
|
||||||
pyparsing==2.4.7
|
pyparsing==2.4.7
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.1
|
||||||
@ -40,12 +45,14 @@ requests-futures==1.0.0
|
|||||||
six==1.15.0
|
six==1.15.0
|
||||||
soupsieve==2.0.1
|
soupsieve==2.0.1
|
||||||
SQLAlchemy==1.3.18
|
SQLAlchemy==1.3.18
|
||||||
|
toml==0.10.1
|
||||||
urllib3==1.25.9
|
urllib3==1.25.9
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
Werkzeug==1.0.1
|
Werkzeug==1.0.1
|
||||||
|
wrapt==1.12.1
|
||||||
WTForms==2.3.1
|
WTForms==2.3.1
|
||||||
yarl==1.4.2
|
yarl==1.4.2
|
||||||
youtube-dl==2020.7.28
|
youtube-dl==2020.7.28
|
||||||
youtube-search-fork==1.2.0
|
youtube-search-fork==1.2.1
|
||||||
zope.event==4.4
|
zope.event==4.4
|
||||||
zope.interface==5.1.0
|
zope.interface==5.1.0
|
||||||
|
Reference in New Issue
Block a user