29 lines
483 B
TOML
29 lines
483 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 = "*"
|
|
iniconfig = "*"
|
|
|
|
[packages]
|
|
phi = {editable = true,path = "."}
|
|
aiohttp = "==3.8.1"
|
|
click = "8.0"
|
|
pyYAML = "*"
|
|
bonsai = "==1.3.0"
|
|
passlib = "==1.7.1"
|
|
bcrypt = "==3.2.0"
|
|
multidict = "*"
|
|
iniconfig = "*"
|