From a38e6dc77744092697934e40dd80f9bc2fa0ecfb Mon Sep 17 00:00:00 2001 From: aldpuzz <150253271+aldpuzz@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:36:51 +0100 Subject: [PATCH] Add 'six' as a dependency in setup.py https://github.com/manjitkumar/drf-url-filters/issues/48 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7f3e4a3..e01b59e 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ 'Django>=1.8.11', 'djangorestframework>=3.3.3', 'voluptuous>=0.8.10', + 'six>=1.17.0', ], classifiers=[ 'Development Status :: 3 - Alpha',