From 429630630a8c4746d3b05f571a513d90e902880c Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Wed, 10 Apr 2024 16:12:53 +0100 Subject: [PATCH] Remove `run-build-all` from requirements --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da51d3c..6b2b598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ readme = "README.md" authors = [{name = "Sym Roe"}, {name = "Heydon Pickering"}] dependencies = [ - "npm-run-all", "pytest", "lighthouse @ git+https://github.com/f02h/lighthouse-python.git#egg=lighthouse", ]