Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -5,7 +5,7 @@ from setuptools import setup, find_packages | ... | @@ -5,7 +5,7 @@ from setuptools import setup, find_packages |
5 | import os | 5 | import os |
6 | 6 | ||
7 | requires = [ | 7 | requires = [ |
8 | - 'boto3==0.0.15', | 8 | + 'boto3==0.0.16', |
9 | 'click==4.0', | 9 | 'click==4.0', |
10 | 'PyYAML>=3.11' | 10 | 'PyYAML>=3.11' |
11 | ] | 11 | ] | ... | ... |
-
Please register or login to post a comment