mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Require typing_extensions at runtime for python < 3.11
This commit is contained in:
committed by
Scott Talbert
parent
ff1cae7d56
commit
5ee3aa1a27
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user