Changes to the forked django-q

This commit is contained in:
Trenton Holmes
2022-05-06 10:26:16 -07:00
parent 792a199f8d
commit e74198501d
3 changed files with 91 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ django = "~=4.0"
django-cors-headers = "*"
django-extensions = "*"
django-filter = "~=21.1"
django-q = "~=1.3"
django-q = {editable = true, ref = "relock-deps", git = "https://github.com/stumpylog/django-q.git"}
djangorestframework = "~=3.13"
filelock = "*"
fuzzywuzzy = {extras = ["speedup"], version = "*"}