DCD-686: Move to Python 3.7 and update packages to support AWS operations.

This commit is contained in:
Steve Smith
2019-10-03 13:29:21 +10:00
parent 14e2fdf25b
commit 46adc9af3f
3 changed files with 225 additions and 289 deletions

View File

@@ -5,6 +5,8 @@ name = "pypi"
[packages]
ansible = "==2.7.11"
boto3 = "==1.9.241"
botocore = "==1.12.241"
[dev-packages]
molecule = "==2.20.1"
@@ -14,4 +16,4 @@ taskcat = "*"
Jinja2 = "*"
[requires]
python_version = "2.7"
python_version = "3.7"