Skip to content

Commit 3f282cd

Browse files
committed
Editing dependency requirements
1 parent 7c65820 commit 3f282cd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ def run_tests(self):
6060

6161
setup(
6262
name='ecs-deploy-py',
63-
version='0.1.3',
63+
version='0.1.4',
6464
url='http://github.com/cuttlesoft/ecs-deploy.py',
65-
download_url='https://github.com/cuttlesoft/ecs-deploy.py/tarball/0.1.3',
65+
download_url='https://github.com/cuttlesoft/ecs-deploy.py/tarball/0.1.4',
6666
license='MIT',
6767
author='Cuttlesoft, LLC',
6868
author_email='[email protected]',
@@ -74,14 +74,14 @@ def run_tests(self):
7474
zip_safe=False,
7575
platforms='any',
7676
install_requires=[
77-
'boto3==1.4.0',
78-
'botocore==1.4.56',
79-
'docutils==0.12',
80-
'futures==3.0.5',
81-
'jmespath==0.9.0',
82-
'python-dateutil==2.5.3',
83-
's3transfer==0.1.4',
84-
'six==1.10.0'
77+
'boto3>=1.4.0',
78+
'botocore>=1.4.56',
79+
'docutils>=0.12',
80+
'futures>=3.0.5',
81+
'jmespath>=0.9.0',
82+
'python-dateutil>=2.5.3',
83+
's3transfer>=0.1.4',
84+
'six>=1.10.0'
8585
],
8686
cmdclass={'test': PyTest},
8787
classifiers=[

0 commit comments

Comments
 (0)