Skip to content

Commit

Permalink
Downgrade Kombu to 5.1.0
Browse files Browse the repository at this point in the history
Kombu 5.2.3 cannot be found on windows
  • Loading branch information
fredkingham committed Aug 26, 2022
1 parent 70563ac commit 4fb63ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
install_requires=[
# We pin kombu because kombu 5.3 imports does not work on python 3.6.9
'kombu==5.2.3',
'kombu==5.1.0',
'ffs>=0.0.8.2',
'Jinja2==2.10.1',
'django==2.2.16',
Expand Down

0 comments on commit 4fb63ef

Please sign in to comment.