From b1d7c2e2a316476766bdd48e6b1e4d1dfb4ddfd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roy=20Wellington=20=E2=85=A3?= Date: Thu, 14 May 2026 16:06:45 -0400 Subject: [PATCH] Remove `nulltype` AFAICT, there are no references to this in the codebase, at all. It thus ends up in all downstream consumers' dependency trees, and I'm wondering if we can prune that tree a bit, if this is truly unused. --- requirements.txt | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3b1818bbc..29ab53b6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ ##### Dependencies -nulltype python_dateutil >= 2.5.3 setuptools >= 21.0.0 urllib3 >= 1.25.3 diff --git a/setup.py b/setup.py index 435335e4a..d006cdcf7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ REQUIRES = [ "urllib3 >= 1.25.3", "python-dateutil", - "nulltype", ] setup(