diff --git a/python_apps/pypo/setup.py b/python_apps/pypo/setup.py index a68a10c4d..ddb3b1037 100644 --- a/python_apps/pypo/setup.py +++ b/python_apps/pypo/setup.py @@ -29,19 +29,13 @@ setup( ], install_requires=[ "amqplib", - "anyjson", - "argparse", "configobj", - "docopt", - "future", + "defusedxml", "kombu", "mutagen", - "PyDispatcher", - "pyinotify", + "packaging", "pytz", "requests", - "defusedxml", - "packaging", ], zip_safe=False, )