21 lines
460 B
TOML
21 lines
460 B
TOML
|
|
[project]
|
||
|
|
name = "sentinel"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Key-IP Sentinel reverse proxy and admin control plane"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.13"
|
||
|
|
dependencies = [
|
||
|
|
"apscheduler==3.11.0",
|
||
|
|
"asyncpg==0.30.0",
|
||
|
|
"fastapi==0.115.12",
|
||
|
|
"httpx==0.28.1",
|
||
|
|
"pydantic-settings==2.8.1",
|
||
|
|
"python-jose[cryptography]==3.4.0",
|
||
|
|
"redis==5.2.1",
|
||
|
|
"sqlalchemy==2.0.39",
|
||
|
|
"uvicorn[standard]==0.34.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[dependency-groups]
|
||
|
|
dev = []
|