Remove raven, upgrade sentry, fix blinker dep

sentry sdk[flask] needs to be installed in order to pull in the blinker
dependency.
This commit is contained in:
Max Meinhold 2020-10-11 13:21:18 -04:00
parent 70dba778e3
commit b9bd1d4e14
No known key found for this signature in database
GPG key ID: 00B8B1017EEC103F

View file

@ -7,7 +7,6 @@ proxmoxer==1.0.3
psutil==5.6.6
psycopg2-binary==2.8.6
python-dateutil==2.7.3
raven~=6.10.0
redis==2.10.6
requests==2.20.1
rq==0.12.0
@ -19,4 +18,5 @@ tenacity==5.0.2
websockify==0.8.0
pylint==2.3.1
pylint-quotes==0.2.1
sentry-sdk~=0.13.1
sentry-sdk[flask]
sentry-sdk~=0.18.0