From 29201b1dcd6db19200094e6d00bdca3279d96c31 Mon Sep 17 00:00:00 2001 From: Tomasz Prus Date: Thu, 27 Jun 2024 23:20:29 +0200 Subject: [PATCH] remove setuptools from requirements --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c5fa241d..e886b6d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ certifi>=14.05.14 # MPL six>=1.9.0 # MIT python-dateutil>=2.5.3 # BSD -setuptools>=21.0.0 # PSF/ZPL urllib3>=1.24.2 # MIT pyyaml>=3.12 # MIT aiohttp>=3.9.0,<4.0.0 # # Apache-2.0