From 9ac90aa5401c48774508ec583b37465d76a7b1ef Mon Sep 17 00:00:00 2001 From: jaakko Date: Tue, 7 Apr 2026 12:01:35 +0300 Subject: [PATCH] =?UTF-8?q?pyproject.toml=20esimerkki:=20lis=C3=A4tty=20ht?= =?UTF-8?q?tpx=20ja=20pytest=20riippuvuuksiin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TestClient vaatii httpx:n, testit vaativat pyTestin. Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-poc/static/index.html b/network-poc/static/index.html index 20c7427..837a19e 100644 --- a/network-poc/static/index.html +++ b/network-poc/static/index.html @@ -2439,7 +2439,7 @@ Project: ${task}`; name = "projectname" version = "0.1.0" requires-python = ">=3.11" -dependencies = ["fastapi", "uvicorn", "sqlalchemy"] +dependencies = ["fastapi", "uvicorn", "sqlalchemy", "httpx", "pytest"] [project.scripts] start = "uvicorn main:app --reload"