1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

13850 add requests to requirements

This commit is contained in:
Arthur
2023-10-05 08:37:26 -07:00
committed by Jeremy Stretch
parent e4a9cad756
commit 4d13f4d252
2 changed files with 5 additions and 0 deletions

View File

@ -120,6 +120,10 @@ psycopg[binary,pool]
# https://github.com/yaml/pyyaml/blob/master/CHANGES # https://github.com/yaml/pyyaml/blob/master/CHANGES
PyYAML PyYAML
# Requests
# https://github.com/psf/requests/blob/main/HISTORY.md
requests
# Sentry SDK # Sentry SDK
# https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md # https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md
sentry-sdk sentry-sdk

View File

@ -27,6 +27,7 @@ netaddr==0.9.0
Pillow==10.0.1 Pillow==10.0.1
psycopg[binary,pool]==3.1.11 psycopg[binary,pool]==3.1.11
PyYAML==6.0.1 PyYAML==6.0.1
requests==2.28.1
sentry-sdk==1.31.0 sentry-sdk==1.31.0
social-auth-app-django==5.3.0 social-auth-app-django==5.3.0
social-auth-core[openidconnect]==4.4.2 social-auth-core[openidconnect]==4.4.2