Skip to content

Commit

Permalink
Merge pull request #822 from aaxelb/fix/up-celery
Browse files Browse the repository at this point in the history
[ENG-6072] fix ci
  • Loading branch information
aaxelb committed Aug 2, 2024
2 parents f93a70b + 452a993 commit e5dbe30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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

0 comments on commit e5dbe30

Please sign in to comment.