phi/Pipfile

29 lines
477 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ipython = "*"
pytest = "*"
ipdb = "*"
async-generator = "*"
pytest-cov = "*"
pytest-asyncio = "*"
pytest-aiohttp = "*"
mock = "*"
yarl = {editable = true, path = "."}
pytest-integration = "*"
[packages]
phi = {editable = true,path = "."}
aiohttp = "2.3.8"
click = "7.0"
pyYAML = "*"
ldap3 = "*"
bonsai = "==1.2.0"
passlib = "==1.7.1"
bcrypt = "==3.1.7"
multidict = "*"
iniconfig = "*"