Add requirement necessary for typings

This commit is contained in:
Serene-Arc 2023-06-02 15:20:50 +10:00
parent 25df001d54
commit 2b29bccd14

View file

@ -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 []