To install it, say on Debian, do::
- sudo apt-get install python-pip python-dev python-liblo \
+ sudo apt-get install python3-pip python3-dev cython3 python-liblo \
python-mutagen python-pycurl python-yaml \
libshout3-dev librtmp-dev liblo-dev \
libcurl4-openssl-dev libmariadbclient-dev
long_description=open('README.rst').read(),
author="Guillaume Pellerin",
author_email="yomguy@parisson.com",
- version='0.8.0a',
+ version='0.8.0a1',
install_requires=[
'setuptools',
+ 'wheel',
+ 'python-shout==0.2.6',
+ 'python-twitter==3.5',
+ 'mutagen==1.43.0',
+ 'pyliblo==0.10.0',
+ 'pycurl==7.43.0.2',
+ 'pyyaml==3.13',
+ 'mysqlclient==1.4.6',
+ 'xmltodict==0.12.0',
],
platforms=['OS Independent'],
license='GPL v3',