From e8aa04d25e0aafaee9cd905b0384eca7f81f811b Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 10 Jan 2024 22:13:47 -0500 Subject: [PATCH] Apply suggestions from code review --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a92c731d..38aadbea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61", "cffi>=1.3.0", "urllib3>2"] +requires = ["setuptools>=61", "cffi>=1.3.0"] build-backend = "setuptools.build_meta" [project]