ansible-personal/Pipfile
Alan Orth c77167fc17
Pipfile: Use Ansible 2.5.1
I had been using this from the stable-2.5 branch for a few weeks in
order to work around some issues with Jinja2 and ansible-vault, but
now that version 2.5.1 has been released I can use it directly from
pip.
2018-04-23 13:45:21 +03:00

17 lines
227 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"Jinja2" = "*"
PyYAML = "*"
paramiko = "*"
cryptography = "*"
ansible = "==2.5.1"
[dev-packages]
[requires]
python_version = "3.6"