From 58fa055f837837acad81604115f18d2153a84e6f Mon Sep 17 00:00:00 2001 From: hamistao Date: Mon, 30 Sep 2024 22:33:50 -0300 Subject: [PATCH] setup: Remove version restrictions Signed-off-by: hamistao --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1b0aa295..08c68eef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,10 +20,8 @@ packages = find: install_requires = cryptography >= 3.2 python-dateutil >= 2.4.2 - requests >= 2.20.0, < 2.32.0 + requests >= 2.20.0 requests-toolbelt >= 0.8.0 - requests-unixsocket >= 0.1.5 - urllib3 < 2 ws4py != 0.3.5, >= 0.3.4 # 0.3.5 is broken for websocket support [options.extras_require]