phi/Pipfile

29 lines
477 B
Plaintext
Raw Permalink 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 = "*"
2020-08-31 10:11:20 +02:00
pytest-asyncio = "*"
pytest-aiohttp = "*"
mock = "*"
yarl = {editable = true, path = "."}
2020-11-27 19:42:00 +01:00
pytest-integration = "*"
2019-04-12 16:26:19 +02:00
[packages]
phi = {editable = true,path = "."}
2020-08-31 10:11:20 +02:00
aiohttp = "2.3.8"
click = "7.0"
pyYAML = "*"
ldap3 = "*"
bonsai = "==1.2.0"
passlib = "==1.7.1"
bcrypt = "==3.1.7"
2020-11-11 22:23:10 +01:00
multidict = "*"
2020-12-27 19:48:25 +01:00
iniconfig = "*"