From 95c70929988401607e19d0b13bb12f19498247f2 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 9 Jun 2025 18:23:26 +0300 Subject: [PATCH] Remove req --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 30c8a1a..07fe03c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,3 @@ version = 0.0.7 [options] packages = odi6 -install_requires = - requests - importlib; python_version == "3.10"