Transition to new library for finding IPs from the Django request

This commit is contained in:
Trenton H
2023-05-11 08:58:32 -07:00
parent da8021045b
commit ee99c30d49
3 changed files with 16 additions and 16 deletions

View File

@@ -21,7 +21,6 @@ django-extensions = "*"
django-filter = "~=22.1"
djangorestframework = "~=3.14"
djangorestframework-guardian = "*"
django-ipware = "*"
filelock = "*"
gunicorn = "*"
imap-tools = "*"
@@ -33,6 +32,7 @@ python-gnupg = "*"
python-dotenv = "*"
python-dateutil = "*"
python-magic = "*"
python-ipware = "*"
psycopg2 = "*"
rapidfuzz = "*"
redis = {extras = ["hiredis"], version = "*"}
@@ -51,7 +51,6 @@ channels = "~=3.0"
channels-redis = "*"
uvicorn = {extras = ["standard"], version = "*"}
concurrent-log-handler = "*"
pyzbar = "*"
mysqlclient = "*"
celery = {extras = ["redis"], version = "*"}