forked from orbit-oss/flask
update dev dependencies
This commit is contained in:
parent
ad68a12645
commit
97bddc1f61
7 changed files with 369 additions and 180 deletions
|
|
@ -42,7 +42,7 @@ dev = [
|
|||
]
|
||||
docs = [
|
||||
"pallets-sphinx-themes",
|
||||
"sphinx",
|
||||
"sphinx<9",
|
||||
"sphinx-tabs",
|
||||
"sphinxcontrib-log-cabinet",
|
||||
]
|
||||
|
|
@ -58,7 +58,7 @@ pre-commit = [
|
|||
]
|
||||
tests = [
|
||||
"asgiref",
|
||||
"greenlet ; python_version < '3.11'",
|
||||
"greenlet",
|
||||
"pytest",
|
||||
"python-dotenv",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue