From 3d6e6c7084c2d06c3061346d734010d589ac4677 Mon Sep 17 00:00:00 2001 From: NeolithEra <3226592650@qq.com> Date: Wed, 24 Jul 2019 11:35:26 +0800 Subject: [PATCH] Fix dependency conflict for issue --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index f148b9d..77b1cd2 100644 --- a/setup.py +++ b/setup.py @@ -18,11 +18,11 @@ license=about["__license__"], packages=find_packages(exclude=["test*"]), install_requires=[ - 'boto3', - 'cryptography', - 'ipaddress', - 'marshmallow', - 'kmsauth' + 'boto3==1.9.151', + 'cryptography==2.6.1', + 'ipaddress==1.0.22', + 'marshmallow==2.19.2', + 'kmsauth==0.3.0' ], extras_require={ 'tests': [