add flask-debugtoolbar

This commit is contained in:
Son NK 2019-07-06 16:41:34 +02:00 committed by Son NK
parent 6aa177f1a8
commit e2e3902ce1
2 changed files with 9 additions and 4 deletions

View File

@ -24,4 +24,5 @@ watchtower
sqlalchemy-utils
stripe
jwcrypto
yacron
yacron
flask-debugtoolbar

View File

@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
# pip-compile
#
aiohttp==3.5.4 # via raven-aiohttp, yacron
aiosmtplib==1.0.6 # via yacron
@ -28,6 +28,7 @@ decorator==4.4.0 # via ipython, traitlets
docutils==0.14 # via botocore
flask-admin==1.5.3
flask-cors==3.0.8
flask-debugtoolbar==0.10.1
flask-login==0.4.1
flask-migrate==2.5.2
flask-sqlalchemy==2.4.0
@ -38,7 +39,7 @@ idna==2.8 # via requests, yarl
importlib-metadata==0.18 # via pluggy, pytest
ipython-genutils==0.2.0 # via traitlets
ipython==7.5.0
itsdangerous==1.1.0 # via flask
itsdangerous==1.1.0 # via flask, flask-debugtoolbar
jedi==0.13.3 # via ipython
jinja2==2.10.1 # via flask, yacron
jmespath==0.9.4 # via boto3, botocore
@ -82,8 +83,11 @@ unidecode==1.0.23
urllib3==1.25.3 # via botocore, requests, sentry-sdk
watchtower==0.6.0
wcwidth==0.1.7 # via prompt-toolkit, pytest
werkzeug==0.15.4 # via flask
werkzeug==0.15.4 # via flask, flask-debugtoolbar
wtforms==2.2.1
yacron==0.9.0
yarl==1.3.0 # via aiohttp
zipp==0.5.1 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via ipython