We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b41c8c commit a01bd72Copy full SHA for a01bd72
requirements/default.txt
@@ -1,4 +1,5 @@
1
celery>=5.2.3,<6.0
2
+importlib-metadata<5.0; python_version<"3.8" # TODO: remove this when celery >= 5.3.0
3
django-timezone-field>=5.0
4
backports.zoneinfo; python_version<"3.9"
5
tzdata
0 commit comments