Skip to content

Commit

Permalink
Fix typo in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Nov 1, 2021
1 parent 9cb4427 commit aa46383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
dependencies = [
"requests",
"tomli",
"importlib_resoaurces; python_version < '3.7'",
"importlib_resources; python_version < '3.7'",
"typing-extensions; python_version < '3.8'",
]

Expand Down

0 comments on commit aa46383

Please sign in to comment.