diff options
author | 2024-08-19 04:22:19 +0100 | |
---|---|---|
committer | 2024-08-19 04:22:19 +0100 | |
commit | 1821c4ba5491a03fcac132b69a7e7b961a342709 (patch) | |
tree | 346a358fb214611a5b4a111a676a975e506cf6fd /pyproject.toml | |
parent | Add jinja2 and templates (diff) |
Add Scalar
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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" |