Fix tests

This commit is contained in:
Kyle Robbertze 2020-01-22 12:14:40 +02:00
parent 6213604341
commit e8a0783139
8 changed files with 20 additions and 79 deletions

View file

@ -17,17 +17,7 @@ setup(name='api_clients',
packages=['api_clients'],
scripts=[],
install_requires=[
# 'amqplib',
# 'anyjson',
# 'argparse',
'configobj'
# 'docopt',
# 'kombu',
# 'mutagen',
# 'poster3',
# 'PyDispatcher',
# 'pyinotify',
# 'pytz',
],
zip_safe=False,
data_files=[])