mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
21 lines
314 B
TOML
21 lines
314 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
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"
|
|
six = "*"
|
|
Jinja2 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|