From 61196a822224ad1a0f219dfaf86230cb585b1d4d Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Wed, 9 Mar 2022 10:41:31 +0100 Subject: [PATCH] setup: let django-tables2 match bullseye's version (#62541) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d0ba93..47419b5 100755 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ setup( install_requires=[ 'django>=2.2,<2.3', 'gadjo', - 'django-tables2>=1.5,<2.0', + 'django-tables2>=1.5,<2.2', 'django-jsonfield >= 0.9.3', 'django-filter>1,<2.5', 'djangorestframework>=3.4',