mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Add sentry-sdk as a dependency
This commit is contained in:
parent
c146596564
commit
312d6c890e
@ -102,6 +102,10 @@ psycopg2-binary
|
|||||||
# https://github.com/yaml/pyyaml
|
# https://github.com/yaml/pyyaml
|
||||||
PyYAML
|
PyYAML
|
||||||
|
|
||||||
|
# Sentry SDK
|
||||||
|
# https://github.com/getsentry/sentry-python
|
||||||
|
sentry-sdk
|
||||||
|
|
||||||
# Social authentication framework
|
# Social authentication framework
|
||||||
# https://github.com/python-social-auth/social-core
|
# https://github.com/python-social-auth/social-core
|
||||||
social-auth-core
|
social-auth-core
|
||||||
|
@ -24,6 +24,7 @@ netaddr==0.8.0
|
|||||||
Pillow==9.1.0
|
Pillow==9.1.0
|
||||||
psycopg2-binary==2.9.3
|
psycopg2-binary==2.9.3
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
|
sentry-sdk==1.5.12
|
||||||
social-auth-app-django==5.0.0
|
social-auth-app-django==5.0.0
|
||||||
social-auth-core==4.2.0
|
social-auth-core==4.2.0
|
||||||
svgwrite==1.4.2
|
svgwrite==1.4.2
|
||||||
|
Loading…
Reference in New Issue
Block a user