mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
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:
parent
70dba778e3
commit
b9bd1d4e14
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue