Moves django-ipware up to be with other Django libraries

This commit is contained in:
Trenton H 2023-01-11 07:55:08 -08:00 committed by shamoon
parent 668b068bb5
commit 72f58d54a3

View File

@ -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]