aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-19 04:22:19 +0100
committerGravatar Joe Banks <[email protected]>2024-08-19 04:22:19 +0100
commit1821c4ba5491a03fcac132b69a7e7b961a342709 (patch)
tree346a358fb214611a5b4a111a676a975e506cf6fd /pyproject.toml
parentAdd jinja2 and templates (diff)
Add Scalar
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5ebe28d..df50e47 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,6 +19,7 @@ pydantic = "^2.8.2"
pydantic-settings = "^2.4.0"
pyjwt = "^2.9.0"
uvicorn = "^0.30.6"
+scalar-fastapi = "^1.0.3"
[tool.poetry.group.linting.dependencies]
pre-commit = "^3.8.0"