mirror of https://github.com/tiangolo/fastapi.git
🔧 Update test dependencies, upgrade Pytest, move dependencies from dev to test (#5396)
This commit is contained in:
parent
715c0341a9
commit
3658733b5e
|
|
@ -49,7 +49,7 @@ Documentation = "https://fastapi.tiangolo.com/"
|
|||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
"pytest >=6.2.4,<7.0.0",
|
||||
"pytest >=7.1.3,<8.0.0",
|
||||
"pytest-cov >=2.12.0,<4.0.0",
|
||||
"mypy ==0.910",
|
||||
"flake8 >=3.8.3,<6.0.0",
|
||||
|
|
@ -66,6 +66,9 @@ test = [
|
|||
"python-multipart >=0.0.5,<0.0.6",
|
||||
"flask >=1.1.2,<3.0.0",
|
||||
"anyio[trio] >=3.2.1,<4.0.0",
|
||||
"python-jose[cryptography] >=3.3.0,<4.0.0",
|
||||
"pyyaml >=5.3.1,<7.0.0",
|
||||
"passlib[bcrypt] >=1.7.2,<2.0.0",
|
||||
|
||||
# types
|
||||
"types-ujson ==4.2.1",
|
||||
|
|
@ -82,8 +85,6 @@ doc = [
|
|||
"pyyaml >=5.3.1,<7.0.0",
|
||||
]
|
||||
dev = [
|
||||
"python-jose[cryptography] >=3.3.0,<4.0.0",
|
||||
"passlib[bcrypt] >=1.7.2,<2.0.0",
|
||||
"autoflake >=1.4.0,<2.0.0",
|
||||
"flake8 >=3.8.3,<6.0.0",
|
||||
"uvicorn[standard] >=0.12.0,<0.18.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue