phi/Pipfile

20 lines
284 B
Plaintext
Raw Normal View History

2019-04-12 16:26:19 +02:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2019-04-19 15:58:33 +02:00
ipython = "*"
pytest = "*"
ipdb = "*"
async-generator = "*"
pytest-cov = "*"
2019-04-12 16:26:19 +02:00
[packages]
phi = {editable = true,path = "."}
2019-04-19 15:58:33 +02:00
pytest-asyncio = "*"
2019-04-28 12:31:19 +02:00
bonsai = "*"
2019-04-12 16:26:19 +02:00
[requires]
2019-04-19 15:58:33 +02:00
python_version = "3.6"