]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Moves django-ipware up to be with other Django libraries
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 11 Jan 2023 15:55:08 +0000 (07:55 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Fri, 17 Feb 2023 16:12:27 +0000 (08:12 -0800)
Pipfile

diff --git a/Pipfile b/Pipfile
index 0909f12b2139141e24fb0bd7b3070048ab38aef3..b425fe2c1e2b6c3ba4f6f553563948abc820f43c 100644 (file)
--- 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]