Files
dc-deployments-automation/Pipfile
2022-09-27 09:45:04 -05:00

22 lines
361 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ansible-core = "==2.13.3"
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"