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"