From: Guillaume Pellerin Date: Tue, 31 Dec 2019 11:23:16 +0000 (+0100) Subject: [setup] pin deps X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=91b5cc388383e58f24451162c111e556fbe40403;p=deefuzzer.git [setup] pin deps --- diff --git a/setup.py b/setup.py index 6f2f772..d9d18a6 100644 --- a/setup.py +++ b/setup.py @@ -25,13 +25,13 @@ setup( install_requires=[ 'setuptools', 'python-shout==0.2.6', - 'python-twitter', - 'mutagen', - 'pyliblo', - 'pycurl', - 'pyyaml', - 'mysqlclient', - 'xmltodict', + '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',