Require typing_extensions at runtime for python < 3.11

This commit is contained in:
Edouard Choinière
2025-01-18 20:33:50 -05:00
committed by Scott Talbert
parent ff1cae7d56
commit 5ee3aa1a27
2 changed files with 2 additions and 2 deletions

View File

@@ -27,4 +27,4 @@ Jinja2==2.10
markupsafe==1.1.1
doc2dash==2.3.0
beautifulsoup4
typing-extensions; python_version < '3.10'
typing-extensions; python_version < '3.11'

View File

@@ -3,4 +3,4 @@ numpy < 1.17 ; python_version <= '2.7'
numpy ; python_version >= '3.0' and python_version < '3.12'
# pillow < 3.0
six
typing-extensions; python_version < '3.10'
typing-extensions; python_version < '3.11'