mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
17 lines
231 B
TOML
17 lines
231 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
ansible = "==2.7.11"
|
|
|
|
[dev-packages]
|
|
molecule = "==2.20.1"
|
|
docker = "==4.0.1"
|
|
six = "*"
|
|
taskcat = "*"
|
|
|
|
[requires]
|
|
python_version = "2.7"
|