Add raven

This commit is contained in:
Jasmine Schladen 2021-02-17 13:38:15 -08:00
parent 6aff89c1dc
commit 5e46e2adf0
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Flask-SQLAlchemy
flask_replicated
inflection
logmatic-python
raven[flask]
# docs specific
sphinx

View File

@ -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