Skip to content

Commit

Permalink
Fix installing with Celery 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stegayet committed Jun 27, 2023
1 parent e7e3f2c commit c891603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ project_urls =
[options]
packages =
celery_batches
install_requires = celery>=5.0,<5.3
install_requires = celery>=5.0,<5.4
python_requires = >=3.8

[flake8]
Expand Down

0 comments on commit c891603

Please sign in to comment.