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.
|
# This file is auto-generated by tools/extract_requirements.py.
|
||||||
amqplib
|
amqplib
|
||||||
defusedxml
|
defusedxml
|
||||||
kombu
|
kombu==4.6.11
|
||||||
mutagen
|
mutagen
|
||||||
pytz
|
pytz
|
||||||
requests
|
requests
|
||||||
|
|
|
@ -32,7 +32,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"amqplib",
|
"amqplib",
|
||||||
"defusedxml",
|
"defusedxml",
|
||||||
"kombu",
|
"kombu==4.6.11",
|
||||||
"mutagen",
|
"mutagen",
|
||||||
"pytz",
|
"pytz",
|
||||||
"requests",
|
"requests",
|
||||||
|
|
Loading…
Reference in New Issue