chore(playout): pin kombu version to 4.6.11
This forces to use the same version as the worker. Previously playout installed kombu>=5.2 and got instanlty reverted back to 4.6.11 when the worker was installed.
This commit is contained in:
parent
80218f33eb
commit
5729b116c0
|
@ -2,7 +2,7 @@
|
|||
# This file is auto-generated by tools/extract_requirements.py.
|
||||
amqplib
|
||||
defusedxml
|
||||
kombu
|
||||
kombu==4.6.11
|
||||
mutagen
|
||||
pytz
|
||||
requests
|
||||
|
|
|
@ -32,7 +32,7 @@ setup(
|
|||
install_requires=[
|
||||
"amqplib",
|
||||
"defusedxml",
|
||||
"kombu",
|
||||
"kombu==4.6.11",
|
||||
"mutagen",
|
||||
"pytz",
|
||||
"requests",
|
||||
|
|
Loading…
Reference in New Issue