Changed FS structure, add initial hsman directory

This commit is contained in:
2024-06-30 09:16:57 +02:00
parent e90cac77db
commit 089de6685e
14 changed files with 9 additions and 12 deletions

18
hsapi/pyproject.toml Normal file
View File

@ -0,0 +1,18 @@
[tool.poetry]
name = "hsapi"
version = "0.9.0"
description = "Headscale API client"
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
license = "BSD"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.32.3"
pydantic = "^2.7.4"
pydantic-settings = "^2.3.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"