piker/Pipfile

23 lines
479 B
Plaintext
Raw Normal View History

2018-03-28 18:14:18 +00:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
2019-03-15 23:38:17 +00:00
e1839a8 = {path = ".",editable = true}
2019-04-30 17:10:06 +00:00
trio = "*"
2018-03-28 18:14:18 +00:00
Cython = "*"
# use master branch kivy since wheels seem borked (due to cython stuff)
kivy = {git = "git://github.com/kivy/kivy.git"}
2018-03-28 18:14:18 +00:00
pdbpp = "*"
2018-04-18 17:59:17 +00:00
msgpack = "*"
2019-04-30 17:10:06 +00:00
tractor = {git = "git://github.com/goodboy/tractor.git"}
2019-03-15 23:38:17 +00:00
toml = "*"
2019-04-30 17:10:06 +00:00
pyqtgraph = "*"
pyside2 = "*"
2018-03-28 18:14:18 +00:00
[dev-packages]
pytest = "*"
pdbpp = "*"
piker = {editable = true,path = "."}