mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
22 lines
357 B
TOML
22 lines
357 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"
|
|
jinja2 = "<3.1.0"
|
|
importlib-metadata = "<5.0"
|
|
|
|
[dev-packages]
|
|
molecule = "==2.20.2"
|
|
docker = "==4.1.0"
|
|
taskcat = "*"
|
|
ansible-lint = "==4.1.0"
|
|
testinfra = "==3.2.0"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|