phi/Pipfile

19 lines
271 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 = "*"
[requires]
python_version = "3.6"