Files
dc-deployments-automation/Pipfile
Lee Goolsbee e2ea50d4f7 more fixes
2024-03-26 09:32:20 -05:00

26 lines
455 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ansible-core = "==2.13.10"
cryptography = "==41.0.6"
boto3 = "==1.26.158"
botocore = "==1.29.158"
lxml = "==4.9.2"
netaddr = "==0.9.0"
psycopg2-binary = "==2.9.6"
petname = "==2.6"
[dev-packages]
molecule = "==4.0.4"
molecule-docker = "==2.1.0"
ansible-compat = "==3.0.2"
docker = "==6.0.0"
pytest = "*"
pytest-testinfra = "*"
[requires]
python_version = "3"