]> git.parisson.com Git - deefuzzer.git/commitdiff
[setup] use requirements, bump to 0.8.0a
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 31 Dec 2019 11:31:46 +0000 (12:31 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 31 Dec 2019 11:31:46 +0000 (12:31 +0100)
requirements.txt
setup.py

index 897fb90ec90c03ac51b9f09cb4a0c340e2973285..4e6fc202a15933f1a888b5be22a8cec2c4f83559 100644 (file)
@@ -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 .
index d9d18a6341da887befaf4185339332d74e3675a6..00db1cf56e431984e33e3a53e28590a054ba5c08 100644 (file)
--- 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',