krz/hutch-notify

clone: git clone https://gitbay.org/krz/hutch-notify.git

main: pyproject.toml · raw

 1[project]
 2name = "hutch-notify"
 3version = "0.1.0"
 4requires-python = ">=3.12"
 5dependencies = [
 6  "fastapi",
 7  "uvicorn[standard]",
 8  "sqlalchemy>=2.0.52",
 9  "aiosqlite",
10  "alembic",
11  "httpx[http2]",
12  "pyjwt[crypto]",
13  "pydantic-settings",
14  "apscheduler",
15]