Fixes #12415: Pin rq to v1.13.0 to fix ImportError exception from django-rq

This commit is contained in:
jeremystretch
2023-05-01 14:38:51 -04:00
parent 8cede0daf8
commit 261f5e4995
2 changed files with 4 additions and 0 deletions

View File

@@ -35,3 +35,6 @@ social-auth-core[openidconnect]==4.4.2
svgwrite==1.4.3
tablib==3.4.0
tzdata==2023.3
# Pin rq to v1.13.0 to retain compatibility with django-rq
rq==1.13.0