Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dukkee committed Nov 28, 2022
1 parent f79be12 commit c9b711d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ test = [
"flake8 ==6.0.0",
"black ==22.10.0",
"isort ==5.10.1",
"fastapi",
]
dev = [
"autoflake ==2.0.0",
Expand All @@ -68,4 +69,4 @@ doc = [

[tool.isort]
profile = "black"
known_first_party = ["filterify",]
known_first_party = ["filterify", "fastapi", "pydantic"]

0 comments on commit c9b711d

Please sign in to comment.