mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -06:00
update dependencies and add pymysql
This commit is contained in:
13
Pipfile
13
Pipfile
@@ -4,15 +4,16 @@ verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
ansible = "==2.8.5"
|
||||
boto3 = "==1.9.242"
|
||||
botocore = "==1.12.242"
|
||||
ansible = "~=2.8.5"
|
||||
boto3 = "~=1.9.242"
|
||||
botocore = "~=1.12.242"
|
||||
pymysql = "~=0.9.3"
|
||||
taskcat = "==0.8.50"
|
||||
|
||||
[dev-packages]
|
||||
molecule = "==2.20.2"
|
||||
docker = "==4.1.0"
|
||||
molecule = "~=2.20.2"
|
||||
docker = "~=4.1.0"
|
||||
six = "*"
|
||||
taskcat = "*"
|
||||
Jinja2 = "*"
|
||||
|
||||
[requires]
|
||||
|
||||
812
Pipfile.lock
generated
812
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user