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': [