feat: lettermint integration
This commit is contained in:
parent
58e7ae6c5c
commit
11eeddb347
5 changed files with 39 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ dependencies = [
|
|||
"itsdangerous>=2.2.0",
|
||||
"jinja2>=3.1.6",
|
||||
"joserfc>=1.6.7",
|
||||
"lettermint>=2.0.0,<3.0.0",
|
||||
"psycopg[binary]>=3.3.4",
|
||||
"pydantic>=2.13.4",
|
||||
"pydantic-settings>=2.14.1",
|
||||
|
|
@ -33,6 +34,7 @@ line-length = 92
|
|||
|
||||
[tool.ruff.format]
|
||||
quote-style = "double"
|
||||
indent-style = "tab"
|
||||
|
||||
[tool.uv]
|
||||
add-bounds = "major"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue