mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 04:32:51 -06:00
Pin rq to <2.0
This commit is contained in:
parent
8279eaff5b
commit
f56843333d
@ -116,6 +116,10 @@ PyYAML
|
|||||||
# https://github.com/psf/requests/blob/main/HISTORY.md
|
# https://github.com/psf/requests/blob/main/HISTORY.md
|
||||||
requests
|
requests
|
||||||
|
|
||||||
|
# rq
|
||||||
|
# https://github.com/rq/rq/blob/master/CHANGES.md
|
||||||
|
rq<=2.0
|
||||||
|
|
||||||
# Social authentication framework
|
# Social authentication framework
|
||||||
# https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
|
# https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
|
||||||
social-auth-core
|
social-auth-core
|
||||||
|
@ -28,6 +28,7 @@ Pillow==10.4.0
|
|||||||
psycopg[c,pool]==3.2.3
|
psycopg[c,pool]==3.2.3
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
|
rq==1.16.2
|
||||||
social-auth-app-django==5.4.2
|
social-auth-app-django==5.4.2
|
||||||
social-auth-core==4.5.4
|
social-auth-core==4.5.4
|
||||||
strawberry-graphql==0.246.2
|
strawberry-graphql==0.246.2
|
||||||
|
Loading…
Reference in New Issue
Block a user