♻️ (pypo) cleanup pypo/__main__.py

Clean up code and add python 3 support (with python 2 bc).
This commit is contained in:
Lucas Bickel 2018-12-23 11:01:25 +01:00
parent cb0daddaf5
commit 36891c18c8
2 changed files with 130 additions and 98 deletions

View file

@ -51,6 +51,7 @@ setup(name='airtime-playout',
'argparse',
'configobj',
'docopt',
'future',
'kombu',
'mutagen',
'poster',