Add pipfile with required dependencies

This commit is contained in:
2019-09-02 19:50:24 -04:00
parent 675c53e5c9
commit 2b7cb022da
2 changed files with 226 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
ansible = "*"
paramiko = "*"
[requires]
python_version = "3.7"