aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 8fa26d4482bf523bfa20332a0880edc7d96e7843 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "hutch-notify"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
  "fastapi",
  "uvicorn[standard]",
  "sqlalchemy>=2.0.51",
  "aiosqlite",
  "alembic",
  "httpx[http2]",
  "pyjwt[crypto]",
  "pydantic-settings",
  "apscheduler",
]