Re-create pipenv with Python 3.7 and reinstall packages

This commit is contained in:
2018-10-25 12:01:30 +03:00
parent 6eb6ab3070
commit 484ea053cf
2 changed files with 6 additions and 25 deletions

View File

@ -1,15 +1,10 @@
[[source]]
url = "https://pypi.python.org/simple"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"Jinja2" = "*"
PyYAML = "*"
paramiko = "*"
cryptography = "*"
ansible = "==2.6.*"
netaddr = "*"
ansible = "*"
[dev-packages]