Skip to content

Commit

Permalink
[BUGFIX]: Celery module version conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid committed Oct 23, 2023
1 parent b6dd932 commit 3b1cabb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jaseci_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def get_ver():
"fastapi[all]>=0.75.0,<1.0.0",
"requests",
"redis",
"celery>=5,<6",
"kombu==5.3.1",
"celery==5.3.4",
"flake8",
"pep8-naming",
"stripe",
Expand Down

0 comments on commit 3b1cabb

Please sign in to comment.