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

@@ -7,6 +7,7 @@
-i https://pypi.python.org/simple
--extra-index-url https://www.piwheels.org/simple
-e git+https://github.com/stumpylog/django-q.git@20aa962739d41ea187540267e92bc01539c914d6#egg=django-q
aioredis==1.3.1
anyio==3.6.1; python_full_version >= '3.6.2'
arrow==1.2.2; python_version >= '3.6'
@@ -29,11 +30,11 @@ constantly==15.1.0
cryptography==37.0.2; python_version >= '3.6'
daphne==3.0.2; python_version >= '3.6'
dateparser==1.1.1
deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
django-cors-headers==3.13.0
django-extensions==3.1.5
django-filter==21.1
django-picklefield==3.0.1; python_version >= '3'
django-q==1.3.9
django==4.0.5
djangorestframework==3.13.1
filelock==3.7.1
@@ -80,10 +81,9 @@ pytz-deprecation-shim==0.1.0.post0; python_version >= '2.7' and python_version n
pytz==2022.1
pyyaml==6.0
pyzbar==0.1.9
redis==3.5.3
redis==4.3.3
regex==2022.3.2; python_version >= '3.6'
# WARNING: Temporary manual change as piwheels build failed for 3.6.10
reportlab==3.6.9; python_version >= '3.7' and python_version < '4'
reportlab==3.6.10; python_version >= '3.7' and python_version < '4'
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
scikit-learn==1.0.2
scipy==1.8.1; python_version < '3.11' and python_version >= '3.8'
@@ -109,5 +109,6 @@ wcwidth==0.2.5
websockets==10.3
whitenoise==6.2.0
whoosh==2.7.4
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
zipp==3.8.0; python_version < '3.9'
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'