Skip to content

Commit 5fa71cd

Browse files
committed
Add keyrings.alt
1 parent 3c0e9bc commit 5fa71cd

2 files changed

Lines changed: 282 additions & 266 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"httpx>=0.28",
1313
"jinja2>=3.0",
1414
"keyring>=25.0",
15+
"keyrings.alt>=5.0",
1516
"pydantic>=2.0",
1617
"pyfirecrest>=3.7.1",
1718
"pyyaml>=6.0",
@@ -47,7 +48,7 @@ line_length = 88
4748
[tool.ruff]
4849
src = ["src"]
4950
line-length = 88
50-
exclude = ["legacy"] # TODO
51+
exclude = ["legacy"] # TODO
5152

5253
[tool.ruff.lint]
5354
select = [
@@ -78,10 +79,7 @@ source = ["src"]
7879

7980
[tool.coverage.report]
8081
show_missing = true
81-
fail_under = 0 # TODO
82+
fail_under = 0 # TODO
8283

8384
[dependency-groups]
84-
dev = [
85-
"pytest-asyncio>=1.3.0",
86-
"pytest-xdist>=3.8.0",
87-
]
85+
dev = ["pytest-asyncio>=1.3.0", "pytest-xdist>=3.8.0"]

0 commit comments

Comments
 (0)