From a1d262978d1294c421874152d26ad5f1bfdc67c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Tue, 27 Jun 2023 23:28:58 +0200 Subject: [PATCH] deps: Remove dependencies for Python 3.7 --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c9b50e5..98f77de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,6 @@ classifiers = [ ] dependencies = [ "failprint>=0.11", - "cached-property>=1.5; python_version < '3.8'", - "typing-extensions>=4.1; python_version < '3.8'", ] [project.urls]