Add Pipfiles for use with the pipenv tool.
This commit is contained in:
parent
e440d5fc66
commit
7385b1fc1c
|
@ -0,0 +1,13 @@
|
|||
[[source]]
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[packages]
|
||||
Cython = "*"
|
||||
Kivy = "*"
|
||||
buildozer = "*"
|
||||
PyInstaller = "*"
|
||||
colorama = "*"
|
||||
sh = "*"
|
||||
Jinja2 = "*"
|
||||
enum34 = "*"
|
|
@ -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": {}
|
||||
}
|
Loading…
Reference in New Issue