From bebcd3732634ca1dd2cab2fdc9b85413325edfcd Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Mon, 8 Jul 2024 11:25:27 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 181eece..2c9cdf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ dependencies = [ "click>=8.1.7", "pydantic>=2.4.1", "geojson-pydantic>=1.0.0", - "requests", ] dynamic = ["version", "readme"]