From 2b29bccd141f74ab700319b522ac488805c0d525 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Fri, 2 Jun 2023 15:20:50 +1000 Subject: [PATCH] Add requirement necessary for typings --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 26cebaa87..729d5003f 100755 --- a/setup.py +++ b/setup.py @@ -92,6 +92,7 @@ setup( 'confuse>=1.5.0', 'munkres>=1.0.0', 'jellyfish', + 'typing_extensions', ] + ( # Support for ANSI console colors on Windows. ['colorama'] if (sys.platform == 'win32') else []