Files
dc-deployments-automation/Pipfile

23 lines
387 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ansible-core = "==2.13.4"
cryptography = "==39.0.1"
boto3 = "==1.24.68"
botocore = "==1.27.68"
lxml = "==4.9.1"
psycopg2-binary = "==2.9.3"
[dev-packages]
molecule = "==4.0.1"
molecule-docker = "==2.0.0"
docker = "==6.0.0"
pytest = "*"
pytest-testinfra = "*"
[requires]
python_version = "3"