From 1d2a9db9b05ee7089dc21011ae99efb282b770f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Wed, 19 Jun 2024 10:40:01 +0200 Subject: [PATCH] fix(deps): Remove unused 'stringcase' dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 653f185..7d333d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ dependencies = [ "geopandas", "polars", "diskcache", - "stringcase", "pyjwt" ]