mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
install coloredlogs
This commit is contained in:
parent
d0f95e81b2
commit
ba85351e3a
2 changed files with 4 additions and 1 deletions
|
@ -27,4 +27,5 @@ flask-debugtoolbar
|
|||
requests_oauthlib
|
||||
pyopenssl
|
||||
aiosmtpd
|
||||
dnspython
|
||||
dnspython
|
||||
coloredlogs
|
|
@ -24,6 +24,7 @@ certifi==2019.3.9 # via requests, sentry-sdk
|
|||
cffi==1.12.3 # via bcrypt, cryptography
|
||||
chardet==3.0.4 # via aiohttp, requests
|
||||
click==7.0 # via flask, pip-tools
|
||||
coloredlogs==10.0
|
||||
crontab==0.22.5 # via yacron
|
||||
cryptography==2.7 # via jwcrypto, pyopenssl
|
||||
decorator==4.4.0 # via ipython, traitlets
|
||||
|
@ -38,6 +39,7 @@ flask-sqlalchemy==2.4.0
|
|||
flask-wtf==0.14.2
|
||||
flask==1.0.3
|
||||
gunicorn==19.9.0
|
||||
humanfriendly==4.18 # via coloredlogs
|
||||
idna==2.8 # via requests, yarl
|
||||
importlib-metadata==0.18 # via pluggy, pytest
|
||||
ipython-genutils==0.2.0 # via traitlets
|
||||
|
|
Loading…
Reference in a new issue