mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Transition to new library for finding IPs from the Django request
This commit is contained in:
parent
311c0ba4f1
commit
17144c45e5
3 changed files with 16 additions and 16 deletions
3
Pipfile
3
Pipfile
|
|
@ -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 = "*"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue