mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
22 lines
337 B
TOML
22 lines
337 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"
|
|
lxml = "==4.6.1"
|
|
psycopg2-binary = "==2.8.6"
|
|
|
|
[dev-packages]
|
|
docker = "==4.1.0"
|
|
six = "*"
|
|
Jinja2 = "*"
|
|
molecule = "*"
|
|
importlib-metadata = "<2"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|