Skip to content

Commit

Permalink
fix: downgrade importlib-metadata<5.0 until celery 5.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
goatwu1993 committed Oct 12, 2022
1 parent 5a72e0a commit 6b44ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
celery>=5.2.3,<6.0
importlib-metadata<=5.0; python_version<"3.8" # TODO: remove this when celery >= 5.3.0
django-timezone-field>=5.0
backports.zoneinfo; python_version<"3.9"
tzdata
Expand Down

0 comments on commit 6b44ae3

Please sign in to comment.