2018-03-28 18:14:18 +00:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
"e1839a8" = {path = ".", editable = true}
|
|
|
|
Cython = "*"
|
|
|
|
# matham's next-gen async port of kivy
|
|
|
|
Kivy = {git = "git://github.com/matham/kivy.git", ref = "async-loop"}
|
|
|
|
pdbpp = "*"
|
2018-04-18 17:59:17 +00:00
|
|
|
msgpack = "*"
|
2018-03-28 18:14:18 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
pytest = "*"
|
|
|
|
pdbpp = "*"
|
2018-03-28 19:23:33 +00:00
|
|
|
"e1839a8" = {path = ".", editable = true}
|
2018-03-28 18:14:18 +00:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.6"
|