Migrate to joserfc, remove python-jose (#150)

This commit is contained in:
Christiaan Goossens
2025-10-31 10:16:45 +01:00
committed by Christiaan Goossens
parent 951f85816d
commit d54046245f
3 changed files with 482 additions and 591 deletions

View File

@@ -7,13 +7,20 @@ authors = [
]
license = "MIT"
dependencies = [
"python-jose>=3.3.0",
"aiofiles>=24.1.0",
"jinja2>=3.1.4",
"bcrypt>=4.2.0",
"aiofiles~=25.1",
"jinja2~=3.1",
"bcrypt~=4.2",
"joserfc~=1.4.0",
]
readme = "README.md"
requires-python = ">= 3.13.2"
requires-python = "~=3.13.7"
[dependency-groups]
dev = [
"homeassistant~=2025.10",
"pylint~=4.0",
"ruff~=0.12",
]
[build-system]
requires = ["hatchling"]
@@ -21,11 +28,6 @@ build-backend = "hatchling.build"
[tool.uv]
managed = true
dev-dependencies = [
"homeassistant~=2025.8",
"pylint~=3.3",
"ruff>=0.12.11",
]
[tool.hatch.metadata]
allow-direct-references = true