File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ def run_tests(self):
6060
6161setup (
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@@ -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 = [
You can’t perform that action at this time.
0 commit comments