mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13: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"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
ansible = "==2.8.5"
|
ansible = "~=2.8.5"
|
||||||
boto3 = "==1.9.242"
|
boto3 = "~=1.9.242"
|
||||||
botocore = "==1.12.242"
|
botocore = "~=1.12.242"
|
||||||
|
pymysql = "~=0.9.3"
|
||||||
|
taskcat = "==0.8.50"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
molecule = "==2.20.2"
|
molecule = "~=2.20.2"
|
||||||
docker = "==4.1.0"
|
docker = "~=4.1.0"
|
||||||
six = "*"
|
six = "*"
|
||||||
taskcat = "*"
|
|
||||||
Jinja2 = "*"
|
Jinja2 = "*"
|
||||||
|
|
||||||
[requires]
|
[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