From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:55:08 +0000 (-0800) Subject: Moves django-ipware up to be with other Django libraries X-Git-Tag: v1.14.0-beta.rc1~103^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f58d54a36ec11eeb7f1f73ade8a82842dd8cd1;p=thirdparty%2Fpaperless-ngx.git Moves django-ipware up to be with other Django libraries --- diff --git a/Pipfile b/Pipfile index 0909f12b21..b425fe2c1e 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,7 @@ django-compression-middleware = "*" django-extensions = "*" django-filter = "~=22.1" djangorestframework = "~=3.14" +django-ipware = "*" filelock = "*" gunicorn = "*" imap-tools = "*" @@ -67,7 +68,7 @@ djangorestframework-guardian = "*" # Locked version until https://github.com/django/channels_redis/issues/332 # is resolved channels-redis = "==3.4.1" -django-ipware = "*" + [dev-packages]