Skip to content

Commit

Permalink
Fixes the Kombu version to 5.2.3
Browse files Browse the repository at this point in the history
Celery allows Kombu 5.3 to be imported but that includes an import that
does not work for python 3.6.9 (although celery should be supporting
3.6)
  • Loading branch information
fredkingham committed Aug 26, 2022
1 parent bb6683e commit 097a1d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
]
},
install_requires=[
# We pin kombu because kombu 5.3 imports does not work on python 3.6.9
'kombu==5.2.3',
'ffs>=0.0.8.2',
'Jinja2==2.10.1',
'django==2.2.16',
Expand Down

0 comments on commit 097a1d4

Please sign in to comment.