Add files needed for python venv

This commit is contained in:
Rye Mutt
2019-09-26 20:11:43 -04:00
parent 64f4df5005
commit 886619a099
2 changed files with 38 additions and 16 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
llbase = "*"
certifi = "*"
autobuild = {hg = "https://bitbucket.org/alchemyviewer/autobuild-1.1"}
[requires]
python_version = "2.7"