Alan Orth
c77167fc17
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.
17 lines
227 B
TOML
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"
|