Migrate to joserfc, remove python-jose (#150)
This commit is contained in:
committed by
GitHub
parent
a8e0162d25
commit
674c342a81
@@ -7,23 +7,22 @@ authors = [
|
||||
]
|
||||
license = "MIT"
|
||||
dependencies = [
|
||||
"python-jose~=3.5.0",
|
||||
"aiofiles~=25.1",
|
||||
"jinja2~=3.1",
|
||||
"bcrypt~=4.2",
|
||||
"joserfc>=1.3.4",
|
||||
"joserfc~=1.4.0",
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = "~=3.13.7"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"homeassistant~=2025.8",
|
||||
"homeassistant~=2025.10",
|
||||
"pylint~=4.0",
|
||||
"pytest>=8.4.2",
|
||||
"pytest-asyncio>=1.2.0",
|
||||
"pytest-cov>=7.0.0",
|
||||
"pytest-homeassistant-custom-component>=0.13.286",
|
||||
"pytest~=8.4.2",
|
||||
"pytest-asyncio~=1.2.0",
|
||||
"pytest-cov~=7.0.0",
|
||||
"pytest-homeassistant-custom-component~=0.13.286",
|
||||
"ruff~=0.12",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user