mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2025-03-04 00:33:58 +00:00
only require typing-extensions on python < 3.11
This commit is contained in:
parent
e85215d986
commit
87e45553ca
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ dev = [
|
|||
"flake8 == 7.1.1",
|
||||
"mypy == 1.13.0",
|
||||
"pyinstaller == 6.10.0",
|
||||
"typing-extensions == 4.12.2",
|
||||
"typing-extensions == 4.12.2; python_version < '3.11'",
|
||||
]
|
||||
docs = [
|
||||
"furo == 2024.1.29",
|
||||
|
|
Loading…
Reference in a new issue