28 lines
595 B
TOML
28 lines
595 B
TOML
[tool.poetry]
|
|
name = "hsman"
|
|
version = "0.9.16"
|
|
description = "Flask Admin webui for Headscale"
|
|
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
|
|
license = "BSD"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.11,<4.0"
|
|
Flask = "^3.0.3"
|
|
Flask-pyoidc = "^3.14.3"
|
|
gunicorn = "^22.0.0"
|
|
flask-mobility = "^2.0.1"
|
|
humanize = "^4.9.0"
|
|
flask-pydantic = "^0.12.0"
|
|
uvicorn = "^0.30.1"
|
|
hsapi-client = "^0.9.2"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
flask-shell-ipython = "^0.5.1"
|
|
python-dotenv = "^1.0.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|