Add raven
This commit is contained in:
parent
6aff89c1dc
commit
5e46e2adf0
|
@ -16,6 +16,7 @@ Flask-SQLAlchemy
|
||||||
flask_replicated
|
flask_replicated
|
||||||
inflection
|
inflection
|
||||||
logmatic-python
|
logmatic-python
|
||||||
|
raven[flask]
|
||||||
|
|
||||||
# docs specific
|
# docs specific
|
||||||
sphinx
|
sphinx
|
||||||
|
|
|
@ -56,6 +56,8 @@ pyparsing==2.4.7
|
||||||
# via packaging
|
# via packaging
|
||||||
pytz==2019.3
|
pytz==2019.3
|
||||||
# via babel
|
# via babel
|
||||||
|
raven[flask]==6.10.0
|
||||||
|
# manual debug
|
||||||
requests==2.25.1
|
requests==2.25.1
|
||||||
# via sphinx
|
# via sphinx
|
||||||
six==1.15.0
|
six==1.15.0
|
||||||
|
|
Loading…
Reference in New Issue