From f72a0da1c5df5519e6486ff65f4a0392373244d9 Mon Sep 17 00:00:00 2001 From: BaskovicP Date: Mon, 15 Mar 2021 13:54:11 +0100 Subject: [PATCH] Bumb up the Django max version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 927f9be..137a44e 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_version(*file_paths): include_package_data=True, install_requires=[ # TBD: GH issue #3 includes support for elasticsearch-dsl>=6.2.0 - "Django>=1.8,<=2.2.19", "elasticsearch-dsl>=6.0.0,<6.2.0", "texttable>=1.2.1", + "Django>=1.8,<=3.1", "elasticsearch-dsl>=6.0.0,<6.2.0", "texttable>=1.2.1", "multiprocessing-logging>=0.2.6" ], zip_safe=False,