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 = "*"
|
2022-01-25 23:51:10 +01:00
|
|
|
iniconfig = "*"
|
2019-04-12 16:26:19 +02:00
|
|
|
|
|
|
|
[packages]
|
2022-02-02 17:29:13 +01:00
|
|
|
phi = {editable = true, path = "."}
|
2022-01-25 23:51:10 +01:00
|
|
|
aiohttp = "==3.8.1"
|
|
|
|
click = "8.0"
|
2020-08-31 10:11:20 +02:00
|
|
|
pyYAML = "*"
|
2022-01-25 23:51:10 +01:00
|
|
|
bonsai = "==1.3.0"
|
2020-08-31 10:11:20 +02:00
|
|
|
passlib = "==1.7.1"
|
2022-01-25 23:51:10 +01:00
|
|
|
bcrypt = "==3.2.0"
|
2020-11-11 22:23:10 +01:00
|
|
|
multidict = "*"
|
2020-12-27 19:48:25 +01:00
|
|
|
iniconfig = "*"
|
2022-02-02 17:29:13 +01:00
|
|
|
aiohttp-session = {version = "==2.11.0", extras = ["secure"]}
|
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|