Adding pipenv !

This commit is contained in:
2020-01-02 17:19:55 -08:00
parent 81803f36f1
commit 0e4a09ae13
2 changed files with 50 additions and 0 deletions

12
Pipfile Normal file
View File

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