Points to the organization fork of django-q, which now includes my replicated changes

This commit is contained in:
Trenton Holmes 2022-06-05 10:22:27 -07:00
parent 090325af35
commit 99336908f0
3 changed files with 6 additions and 10 deletions

View File

@ -14,7 +14,7 @@ django = "~=4.0"
django-cors-headers = "*" django-cors-headers = "*"
django-extensions = "*" django-extensions = "*"
django-filter = "~=21.1" django-filter = "~=21.1"
django-q = {editable = true, ref = "relock-deps", git = "https://github.com/stumpylog/django-q.git"} django-q = {editable = true, ref = "paperless-main", git = "https://github.com/paperless-ngx/django-q.git"}
djangorestframework = "~=3.13" djangorestframework = "~=3.13"
filelock = "*" filelock = "*"
fuzzywuzzy = {extras = ["speedup"], version = "*"} fuzzywuzzy = {extras = ["speedup"], version = "*"}
@ -23,13 +23,11 @@ imap-tools = "*"
langdetect = "*" langdetect = "*"
pathvalidate = "*" pathvalidate = "*"
pillow = "~=9.1" pillow = "~=9.1"
# Any version update to pikepdf requires a base image update
pikepdf = "~=5.1" pikepdf = "~=5.1"
python-gnupg = "*" python-gnupg = "*"
python-dotenv = "*" python-dotenv = "*"
python-dateutil = "*" python-dateutil = "*"
python-magic = "*" python-magic = "*"
# Any version update to psycopg2 requires a base image update
psycopg2 = "*" psycopg2 = "*"
redis = "*" redis = "*"
# Pinned because aarch64 wheels and updates cause warnings when loading the classifier model. # Pinned because aarch64 wheels and updates cause warnings when loading the classifier model.

10
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "1d3e45af4ae34722d55a93f3255fc60f5f95b2671d46fb97e4f06323bf8667c4" "sha256": "5eb8d3dd2f13d65f3f334413f6905f1a7badc42adc79d34c8f8c8c61525aff59"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": {}, "requires": {},
@ -322,8 +322,8 @@
}, },
"django-q": { "django-q": {
"editable": true, "editable": true,
"git": "https://github.com/stumpylog/django-q.git", "git": "https://github.com/paperless-ngx/django-q.git",
"ref": "20aa962739d41ea187540267e92bc01539c914d6" "ref": "71abc78fdaec029cf71e9849a3b0fa084a1678f7"
}, },
"djangorestframework": { "djangorestframework": {
"hashes": [ "hashes": [
@ -1695,9 +1695,7 @@
"version": "==0.4.4" "version": "==0.4.4"
}, },
"coverage": { "coverage": {
"extras": [ "extras": [],
"toml"
],
"hashes": [ "hashes": [
"sha256:01c5615d13f3dd3aa8543afc069e5319cfa0c7d712f6e04b920431e5c564a749", "sha256:01c5615d13f3dd3aa8543afc069e5319cfa0c7d712f6e04b920431e5c564a749",
"sha256:106c16dfe494de3193ec55cac9640dd039b66e196e4641fa8ac396181578b982", "sha256:106c16dfe494de3193ec55cac9640dd039b66e196e4641fa8ac396181578b982",

View File

@ -7,7 +7,7 @@
-i https://pypi.python.org/simple -i https://pypi.python.org/simple
--extra-index-url https://www.piwheels.org/simple --extra-index-url https://www.piwheels.org/simple
-e git+https://github.com/stumpylog/django-q.git@20aa962739d41ea187540267e92bc01539c914d6#egg=django-q -e git+https://github.com/paperless-ngx/django-q.git@71abc78fdaec029cf71e9849a3b0fa084a1678f7#egg=django-q
aioredis==1.3.1 aioredis==1.3.1
anyio==3.6.1; python_full_version >= '3.6.2' anyio==3.6.1; python_full_version >= '3.6.2'
arrow==1.2.2; python_version >= '3.6' arrow==1.2.2; python_version >= '3.6'