Skip to content

Commit

Permalink
🔧 Update test dependencies, upgrade Pytest, move dependencies from de…
Browse files Browse the repository at this point in the history
…v to test (#5396)
  • Loading branch information
tiangolo committed Sep 15, 2022
1 parent 715c034 commit 3658733
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 3658733

Please sign in to comment.