chore(playout): remove explicit amqplib

This commit is contained in:
jo 2022-07-16 22:26:01 +02:00 committed by Kyle Robbertze
parent 0e6d10ece0
commit f3af8e1163
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
# Please do not edit this file, edit the setup.py file! # Please do not edit this file, edit the setup.py file!
# This file is auto-generated by tools/extract_requirements.py. # This file is auto-generated by tools/extract_requirements.py.
amqplib
defusedxml defusedxml
kombu==4.6.11 kombu==4.6.11
mutagen>=1.45.1,<1.46 mutagen>=1.45.1,<1.46

View File

@ -30,7 +30,6 @@ setup(
}, },
python_requires=">=3.6", python_requires=">=3.6",
install_requires=[ install_requires=[
"amqplib",
"defusedxml", "defusedxml",
"kombu==4.6.11", "kombu==4.6.11",
"mutagen>=1.45.1,<1.46", "mutagen>=1.45.1,<1.46",