mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-15 10:13:15 -05:00
Moves django-ipware up to be with other Django libraries
This commit is contained in:
parent
668b068bb5
commit
72f58d54a3
3
Pipfile
3
Pipfile
@ -16,6 +16,7 @@ django-compression-middleware = "*"
|
|||||||
django-extensions = "*"
|
django-extensions = "*"
|
||||||
django-filter = "~=22.1"
|
django-filter = "~=22.1"
|
||||||
djangorestframework = "~=3.14"
|
djangorestframework = "~=3.14"
|
||||||
|
django-ipware = "*"
|
||||||
filelock = "*"
|
filelock = "*"
|
||||||
gunicorn = "*"
|
gunicorn = "*"
|
||||||
imap-tools = "*"
|
imap-tools = "*"
|
||||||
@ -67,7 +68,7 @@ djangorestframework-guardian = "*"
|
|||||||
# Locked version until https://github.com/django/channels_redis/issues/332
|
# Locked version until https://github.com/django/channels_redis/issues/332
|
||||||
# is resolved
|
# is resolved
|
||||||
channels-redis = "==3.4.1"
|
channels-redis = "==3.4.1"
|
||||||
django-ipware = "*"
|
|
||||||
|
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user