Add verified browser login and human approval HTTP client

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
tegwick 2026-09-10 22:05:17 +02:00
parent 4e103f62a0
commit 0e48355b9f
16 changed files with 1365 additions and 39 deletions

View file

@ -3,10 +3,13 @@ name = "informed-decision"
version = "0.1.0"
description = "Presentation and binding surface for decisions — the Decision Memo and its evidence."
requires-python = ">=3.11"
dependencies = []
dependencies = ["PyJWT[crypto]>=2.10,<3", "waitress>=3,<4"]
[project.scripts]
informed-decision-web = "informed_decision.web:main"
[project.optional-dependencies]
dev = ["pytest>=8"]
dev = ["pytest>=8", "PyYAML>=6,<7"]
[build-system]
requires = ["setuptools>=68"]