From 03228f81a4111306949cc7e3ae6769779bd59ca3 Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 30 Jan 2022 00:37:51 +0100 Subject: [PATCH] Remove obsolete comment --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index af3edf23..014eac89 100644 --- a/setup.py +++ b/setup.py @@ -58,8 +58,6 @@ def run(self): "eth-typing>=2.2.1,<4", "eth-utils>=1.8.4,<3", "eth-hash[pycryptodome]>=0.3.1,<0.4", - # Requests requires urllib3 <1.26.0. Can delete this later after - # requests gets its act together. "urllib3<1.27.0", ], python_requires='>=3.6, <4',