more pypo fixes

This commit is contained in:
Kyle Robbertze 2020-01-23 12:37:49 +02:00
parent 44a0cb50e1
commit 6ebb1fd555
14 changed files with 132 additions and 131 deletions

View file

@ -59,7 +59,8 @@ setup(name='airtime-playout',
'pyinotify',
'pytz',
'requests',
'defusedxml'
'defusedxml',
'packaging',
],
zip_safe=False,
data_files=data_files)