We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
keyrings.alt
1 parent 3c0e9bc commit 5fa71cdCopy full SHA for 5fa71cd
2 files changed
pyproject.toml
@@ -12,6 +12,7 @@ dependencies = [
12
"httpx>=0.28",
13
"jinja2>=3.0",
14
"keyring>=25.0",
15
+ "keyrings.alt>=5.0",
16
"pydantic>=2.0",
17
"pyfirecrest>=3.7.1",
18
"pyyaml>=6.0",
@@ -47,7 +48,7 @@ line_length = 88
47
48
[tool.ruff]
49
src = ["src"]
50
line-length = 88
-exclude = ["legacy"] # TODO
51
+exclude = ["legacy"] # TODO
52
53
[tool.ruff.lint]
54
select = [
@@ -78,10 +79,7 @@ source = ["src"]
78
79
80
[tool.coverage.report]
81
show_missing = true
-fail_under = 0 # TODO
82
+fail_under = 0 # TODO
83
84
[dependency-groups]
-dev = [
85
- "pytest-asyncio>=1.3.0",
86
- "pytest-xdist>=3.8.0",
87
-]
+dev = ["pytest-asyncio>=1.3.0", "pytest-xdist>=3.8.0"]
0 commit comments