Skip to content

Commit

Permalink
Require typing_extensions at runtime for python < 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored and swt2c committed Jan 22, 2025
1 parent ff1cae7 commit 5ee3aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion requirements/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 5ee3aa1

Please sign in to comment.