DCD-386: Initial test of pipenv.

This commit is contained in:
Steve Smith
2019-06-13 13:57:56 +10:00
parent c1d60bc294
commit cda21df138
6 changed files with 231 additions and 18 deletions

12
Pipfile Normal file
View File

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