From 6c10b6d3c4a6ea1a3f9caf36dc1882c3ffed48af Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 31 Dec 2019 12:31:46 +0100 Subject: [PATCH] [setup] use requirements, bump to 0.8.0a --- requirements.txt | 10 +++++++++- setup.py | 10 +--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 897fb90..4e6fc20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,10 @@ setuptools --e . \ No newline at end of file +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 +-e . diff --git a/setup.py b/setup.py index d9d18a6..00db1cf 100644 --- a/setup.py +++ b/setup.py @@ -21,17 +21,9 @@ setup( long_description=open('README.rst').read(), author="Guillaume Pellerin", author_email="yomguy@parisson.com", - version='0.8.0', + version='0.8.0a', install_requires=[ 'setuptools', - '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', -- 2.47.3