Skip to content

Commit

Permalink
Remove upper bound for celery
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Daniel committed Sep 28, 2024
1 parent 0c212dc commit 330941a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
install_requires=[
'django>=4.2.0',
'import_string>=0.1.0',
'celery>=5.2, <5.3'
'celery>=5.2'
],
entry_points={'console_scripts': [
'celeryautoreload=django_celery_extensions.bin.celeryautoreload:celery_autoreload',
Expand Down

0 comments on commit 330941a

Please sign in to comment.