Skip to content

Commit

Permalink
temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid committed Oct 23, 2023
1 parent 89e3bb8 commit fa0bd2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jaseci_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_ver():
"fastapi[all]>=0.75.0,<1.0.0",
"requests",
"redis",
"celery>=5,<6",
"celery==5.3.1",
"flake8",
"pep8-naming",
"stripe",
Expand Down
4 changes: 2 additions & 2 deletions jaseci_serv/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def get_ver():
"sphinx>=2.4.3,<2.5.0",
"django-cors-headers",
"tblib",
"django-celery-results>=2.3,<2.4",
"django-celery-beat>=2.2",
"django-celery-results==2.3.1",
"django-celery-beat==2.5.0",
"pytest-django",
"dj-rest-auth[with_social]",
"django-allauth>=0.52.0",
Expand Down

0 comments on commit fa0bd2e

Please sign in to comment.