From 91b5cc388383e58f24451162c111e556fbe40403 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 31 Dec 2019 12:23:16 +0100 Subject: [PATCH] [setup] pin deps --- setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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', -- 2.47.3