1cada42370
Single notification path via ntfy HTTP publish for reliable Android delivery; remove VAPID, push subscriptions, and SW push handlers. PWA settings show topic subscribe link; humor texts and deep-link actions unchanged. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
506 B
TOML
24 lines
506 B
TOML
[project]
|
|
name = "takeyourmeds"
|
|
version = "1.0.0"
|
|
description = "Medikamenten-PWA mit ntfy-Erinnerungen und sarkastischem Humor"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fastapi>=0.115",
|
|
"uvicorn[standard]>=0.30",
|
|
"aiosqlite>=0.20",
|
|
"pydantic-settings>=2.2",
|
|
"python-dotenv>=1.0",
|
|
"pyjwt>=2.9",
|
|
"pyyaml>=6.0",
|
|
"httpx>=0.27",
|
|
"apscheduler>=3.10",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=70", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|
|
packages = ["server"]
|