From b8a93fdaf2eb59296290c8e19f54428f0bd82019 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Sat, 23 Jan 2021 01:13:44 +0200 Subject: [PATCH] fix(release): add typing-extensions as dependency (#12648) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 998360bf3..867df0320 100644 --- a/setup.py +++ b/setup.py @@ -105,6 +105,7 @@ setup( "sqlalchemy>=1.3.16, <2.0, !=1.3.21", "sqlalchemy-utils>=0.36.6,<0.37", "sqlparse==0.3.0", # PINNED! see https://github.com/andialbrecht/sqlparse/issues/562 + "typing-extensions>=3.7.4.3,<4", # needed to support typing.Literal on py37 "wtforms-json", "pyparsing>=2.4.7, <3.0.0", "holidays==0.10.3", # PINNED! https://github.com/dr-prodigy/python-holidays/issues/406