kanidm/kanidm_rlm_python/pyproject.toml
James Hodgkinson dc42bd9ee8
Package Updates 2022-06-20 (#848)
* updates to a bunch of packages
* fixing an unforced error which only github actions cared about
* stopping docker build on pushes to not-master
2022-06-21 10:16:00 +10:00

32 lines
623 B
TOML

[tool.poetry]
name = "kanidmradius"
version = "0.0.1"
description = "FreeRADIUS Module for Kanidm Authentication"
authors = [
"James Hodgkinson <james@terminaloutcomes.com>"
]
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.28.0"
toml = "^0.10.2"
aiohttp = "^3.8.1"
[tool.poetry.dev-dependencies]
pylint = "^2.14.3"
mypy = "^0.961"
types-requests = "^2.27.29"
pytest = "^7.1.2"
types-toml = "^0.10.7"
pytest-asyncio = "^0.18.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pylint.MASTER]
disable="W0511"
[tool.pytest.ini_options]
asyncio_mode = "auto"