update requirements.txt
This commit is contained in:
parent
cc6e0efab8
commit
ccaa2807bd
|
|
@ -1,7 +1,12 @@
|
||||||
alembic==1.4.2
|
aiohttp==3.6.2
|
||||||
|
alembic==1.4.3
|
||||||
|
async-timeout==3.0.1
|
||||||
|
attrs==20.2.0
|
||||||
autopep8==1.5.4
|
autopep8==1.5.4
|
||||||
bcrypt==3.2.0
|
bcrypt==3.2.0
|
||||||
cffi==1.14.2
|
certifi==2020.6.20
|
||||||
|
cffi==1.14.3
|
||||||
|
chardet==3.0.4
|
||||||
click==7.1.2
|
click==7.1.2
|
||||||
Flask==1.1.2
|
Flask==1.1.2
|
||||||
Flask-Bcrypt==0.7.1
|
Flask-Bcrypt==0.7.1
|
||||||
|
|
@ -10,16 +15,23 @@ Flask-Migrate==2.5.3
|
||||||
Flask-SQLAlchemy==2.4.4
|
Flask-SQLAlchemy==2.4.4
|
||||||
Flask-Static-Digest==0.1.3
|
Flask-Static-Digest==0.1.3
|
||||||
Flask-WTF==0.14.3
|
Flask-WTF==0.14.3
|
||||||
|
idna==2.10
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
Jinja2==2.11.2
|
Jinja2==2.11.2
|
||||||
Mako==1.1.3
|
Mako==1.1.3
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
|
maxminddb==2.0.2
|
||||||
|
multidict==4.7.6
|
||||||
pycodestyle==2.6.0
|
pycodestyle==2.6.0
|
||||||
pycparser==2.20
|
pycparser==2.20
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.1
|
||||||
python-editor==1.0.4
|
python-editor==1.0.4
|
||||||
|
pytz==2020.1
|
||||||
|
requests==2.24.0
|
||||||
six==1.15.0
|
six==1.15.0
|
||||||
SQLAlchemy==1.3.19
|
SQLAlchemy==1.3.19
|
||||||
toml==0.10.1
|
toml==0.10.1
|
||||||
|
urllib3==1.25.10
|
||||||
Werkzeug==1.0.1
|
Werkzeug==1.0.1
|
||||||
WTForms==2.3.3
|
WTForms==2.3.3
|
||||||
|
yarl==1.6.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue