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