mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
20 lines
287 B
TOML
20 lines
287 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"
|
|
|
|
[dev-packages]
|
|
molecule = "==2.20.2"
|
|
docker = "==4.1.0"
|
|
six = "*"
|
|
taskcat = "*"
|
|
Jinja2 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|