aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-19 01:05:27 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-19 01:05:27 +0100
commitfe6abd8a5719cbcab1d1207918136f19042e4fa3 (patch)
treedf09b6c83653189f668fce044c41096386e5bde0 /pyproject.toml
parentCaddy local support (diff)
Add debug endpoints and implement token auth
Co-authored-by: Joe Banks <[email protected]>
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 7381adf..50f1b28 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,6 +16,7 @@ sqlalchemy = {version = "^2.0.32", extras = ["asyncio"]}
psycopg = {version = "^3.2.1", extras = ["binary"]}
pydantic = "^2.8.2"
pydantic-settings = "^2.4.0"
+pyjwt = "^2.9.0"
uvicorn = "^0.30.6"
[tool.poetry.group.linting.dependencies]