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

Update requirements (especially celery) #1249

Merged
merged 3 commits into from
Sep 17, 2022
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
2 changes: 1 addition & 1 deletion extra/requirements/development.txt
800 changes: 0 additions & 800 deletions extra/requirements/linux-py3.8-development.txt

This file was deleted.

1 change: 1 addition & 0 deletions extra/requirements/linux-py3.8-development.txt
554 changes: 0 additions & 554 deletions extra/requirements/linux-py3.8-production.txt

This file was deleted.

1 change: 1 addition & 0 deletions extra/requirements/linux-py3.8-production.txt
1 change: 0 additions & 1 deletion extra/requirements/linux-py3.9-development.txt

This file was deleted.

828 changes: 828 additions & 0 deletions extra/requirements/linux-py3.9-development.txt

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion extra/requirements/linux-py3.9-production.txt

This file was deleted.

582 changes: 582 additions & 0 deletions extra/requirements/linux-py3.9-production.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extra/requirements/production.txt
2 changes: 1 addition & 1 deletion inyoka/default_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@

# Do not hijack the root logger, avoids unicode errors
CELERY_WORKER_HIJACK_ROOT_LOGGER = False
CELERY_SEND_EVENTS = True
CELERY_WORKER_SEND_TASK_EVENTS = True

# Modules that hold task definitions
CELERY_IMPORTS = [
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@

'Babel',
'beautifulsoup4==4.6.0',
'celery[redis]==4.3.0',
'celery[redis]',
'certifi',
'defusedxml==0.6.0',
'django-filter<3',
'django-guardian<2.4',
'defusedxml',
'django-filter<22', # last version to support django 2.2
'django-guardian',
'django-hosts',
'django-redis',
'feedparser',
Expand Down