summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 28f6fed..a3c3c03 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,5 +5,5 @@ requires-python = ">=3.14"
5dependencies = [ 5dependencies = [
6 "starlette~=1.0.0", 6 "starlette~=1.0.0",
7 "uvicorn[standard]~=0.44.0", 7 "uvicorn[standard]~=0.44.0",
8 "redis~=7.4.0", 8 "redis[hiredis]~=7.4.0",
9] 9]