Add Pipfiles for use with the pipenv tool.

This commit is contained in:
Dorian 2017-06-28 08:46:52 -04:00
parent e440d5fc66
commit 7385b1fc1c
2 changed files with 69 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
Cython = "*"
Kivy = "*"
buildozer = "*"
PyInstaller = "*"
colorama = "*"
sh = "*"
Jinja2 = "*"
enum34 = "*"

56
Pipfile.lock generated Normal file
View File

@ -0,0 +1,56 @@
{
"_meta": {
"hash": {
"sha256": "d67ac0f5c31227e4111fc2df63ec29a08db6332abf14231ba0cba849871b632d"
},
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"buildozer": {
"version": "==0.33"
},
"colorama": {
"version": "==0.3.9"
},
"cython": {
"version": "==0.25.2"
},
"enum34": {
"version": "==1.1.6"
},
"jinja2": {
"version": "==2.9.6"
},
"kivy": {
"version": "==1.10.0"
},
"markupsafe": {
"version": "==1.0"
},
"pexpect": {
"version": "==4.2.1"
},
"ptyprocess": {
"version": "==0.5.2"
},
"pyinstaller": {
"version": "==3.2.1"
},
"setuptools": {
"version": "==36.0.1"
},
"sh": {
"version": "==1.12.14"
},
"virtualenv": {
"version": "==15.1.0"
}
},
"develop": {}
}