phi/Pipfile

20 lines
284 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ipython = "*"
pytest = "*"
ipdb = "*"
async-generator = "*"
pytest-cov = "*"
[packages]
phi = {editable = true,path = "."}
pytest-asyncio = "*"
bonsai = "*"
[requires]
python_version = "3.6"