Added a pipfile based on requirement.txt

This commit is contained in:
2018-03-16 16:40:34 -04:00
parent 11813c19df
commit fa3ecbad9c
2 changed files with 282 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
ansible = "==2.4.0.0"
proxmoxer = "==1.0.2"