diff --git a/Pipfile b/Pipfile index 2308883ab..a32feee52 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ django = "~=4.0" django-cors-headers = "*" django-extensions = "*" 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" filelock = "*" fuzzywuzzy = {extras = ["speedup"], version = "*"} @@ -23,13 +23,11 @@ imap-tools = "*" langdetect = "*" pathvalidate = "*" pillow = "~=9.1" -# Any version update to pikepdf requires a base image update pikepdf = "~=5.1" python-gnupg = "*" python-dotenv = "*" python-dateutil = "*" python-magic = "*" -# Any version update to psycopg2 requires a base image update psycopg2 = "*" redis = "*" # Pinned because aarch64 wheels and updates cause warnings when loading the classifier model. diff --git a/Pipfile.lock b/Pipfile.lock index d20b9702b..b06748b8f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1d3e45af4ae34722d55a93f3255fc60f5f95b2671d46fb97e4f06323bf8667c4" + "sha256": "5eb8d3dd2f13d65f3f334413f6905f1a7badc42adc79d34c8f8c8c61525aff59" }, "pipfile-spec": 6, "requires": {}, @@ -322,8 +322,8 @@ }, "django-q": { "editable": true, - "git": "https://github.com/stumpylog/django-q.git", - "ref": "20aa962739d41ea187540267e92bc01539c914d6" + "git": "https://github.com/paperless-ngx/django-q.git", + "ref": "71abc78fdaec029cf71e9849a3b0fa084a1678f7" }, "djangorestframework": { "hashes": [ @@ -1695,9 +1695,7 @@ "version": "==0.4.4" }, "coverage": { - "extras": [ - "toml" - ], + "extras": [], "hashes": [ "sha256:01c5615d13f3dd3aa8543afc069e5319cfa0c7d712f6e04b920431e5c564a749", "sha256:106c16dfe494de3193ec55cac9640dd039b66e196e4641fa8ac396181578b982", diff --git a/requirements.txt b/requirements.txt index 68e8094ba..28c3df01c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +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 +-e git+https://github.com/paperless-ngx/django-q.git@71abc78fdaec029cf71e9849a3b0fa084a1678f7#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'