Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-6072] fix ci #822

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def split(string, delim):
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'api.middleware.DeprecationMiddleware',
'allauth.account.middleware.AccountMiddleware',
]

INTERNAL_IPS = ['127.0.0.1']
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
bcrypt==3.2.0 # Apache 2.0
beautifulsoup4==4.9.3 # MIT
celery==5.1.2 # BSD 3 Clause
celery==5.4.0 # BSD 3 Clause
colorlog==5.0.1 # MIT
django-allauth==0.44.0 # MIT
django-allauth==0.63.6 # MIT
django-celery-beat==2.2.1 # BSD 3 Clause
django-cors-headers==3.7.0 # MIT
django-extensions==3.1.3 # MIT
Expand All @@ -20,7 +20,7 @@ furl==2.1.2 # None
gevent==22.10.2 # MIT
jsonschema==3.2.0 # MIT
lxml==4.9.1 # BSD
kombu==5.1.0 # BSD 3 Clause
kombu==5.3.7 # BSD 3 Clause
markdown2==2.4.10 # MIT
nameparser==1.0.6 # LGPL
networkx==2.5.1 # BSD
Expand All @@ -29,7 +29,7 @@ pendulum==2.1.2 # MIT
pillow==9.3.0 # PIL Software License
psycogreen==1.0.2 # BSD
psycopg2==2.9.5 # LGPL with exceptions or ZPL
python-dateutil==2.8.1 # Apache 2.0
python-dateutil==2.9.0 # Apache 2.0
PyJWE==1.0.0 # Apache 2.0
rdflib==7.0.0
pyyaml==6.0 # MIT
Expand Down
Loading