Skip to content

Commit

Permalink
deps: Remove async extra (aiofiles)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Apr 16, 2023
1 parent a5d4df0 commit 70d9b93
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ dependencies = [
"colorama>=0.4",
]

[project.optional-dependencies]
async = [
"aiofiles~=0.7",
]

[project.urls]
Homepage = "https://mkdocstrings.github.io/griffe"
Documentation = "https://mkdocstrings.github.io/griffe"
Expand Down Expand Up @@ -94,7 +89,6 @@ tests = [
]
typing = [
"mypy>=0.910",
"types-aiofiles~=0.7",
"types-markdown>=3.3",
"types-toml>=0.10",
]
Expand Down

0 comments on commit 70d9b93

Please sign in to comment.