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):
60
60
61
61
setup (
62
62
name = 'ecs-deploy-py' ,
63
- version = '0.1.3 ' ,
63
+ version = '0.1.4 ' ,
64
64
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 ' ,
66
66
license = 'MIT' ,
67
67
author = 'Cuttlesoft, LLC' ,
68
68
@@ -74,14 +74,14 @@ def run_tests(self):
74
74
zip_safe = False ,
75
75
platforms = 'any' ,
76
76
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'
85
85
],
86
86
cmdclass = {'test' : PyTest },
87
87
classifiers = [
You can’t perform that action at this time.
0 commit comments