From e359830abeff28c7761a31f5721354a135085f82 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Tue, 31 May 2022 22:45:41 +0100 Subject: [PATCH] Add typing_extensions to tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 25ea9870..7ce6a55f 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,7 @@ basepython = deps = coverage + typing_extensions>=4.0 django2.2: Django~=2.2 django3.2: Django~=3.2