diff options
author | 2024-08-19 04:22:19 +0100 | |
---|---|---|
committer | 2024-08-19 04:22:19 +0100 | |
commit | 1821c4ba5491a03fcac132b69a7e7b961a342709 (patch) | |
tree | 346a358fb214611a5b4a111a676a975e506cf6fd | |
parent | Add jinja2 and templates (diff) |
Add Scalar
-rw-r--r-- | poetry.lock | 13 | ||||
-rw-r--r-- | pyproject.toml | 1 |
2 files changed, 13 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock index 66c5265..c06bc81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1749,6 +1749,17 @@ files = [ ] [[package]] +name = "scalar-fastapi" +version = "1.0.3" +description = "This plugin provides an easy way to render a beautiful API reference based on a OpenAPI/Swagger file with FastAPI." +optional = false +python-versions = "*" +files = [ + {file = "scalar_fastapi-1.0.3-py3-none-any.whl", hash = "sha256:4a47a140795097ad034518ce0e32940f2c54f0f4bc60e4c3289ca30a7e6f954d"}, + {file = "scalar_fastapi-1.0.3.tar.gz", hash = "sha256:9e9cb8398e298cd435a0171eebe1675b8899eb21e47c238db0d48783143f0ffb"}, +] + +[[package]] name = "secretstorage" version = "3.3.3" description = "Python bindings to FreeDesktop.org Secret Service API" @@ -2064,4 +2075,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "2acca58e64603a36a7576b7b4655bc08ddc0f9207ebcafac5a45c3fb8a6a6261" +content-hash = "06293ac0e3c0214477061a6e64bda9613ff2191f639a7dbf350acd57485dcd1c" 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" |