From 89b92a9c96c630238f691e3fd9606e7e235e2b34 Mon Sep 17 00:00:00 2001 From: yashikakhurana Date: Mon, 20 Mar 2023 10:33:06 -0700 Subject: [PATCH] chore(pyprojroot): #35 build and twine dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 671f2b3..99fcd20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "mypy~=0.720", "flake8~=3.8.4", "twine~=4.0.2", - "build"~=0.10.0", + "build~=0.10.0", ] test = [ "pytest~=6.1.1",