Skip to content

Commit

Permalink
Add importlib_metadata to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour-Mws committed Feb 10, 2023
1 parent 15b0075 commit 039f240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fawltydeps = "fawltydeps.main:main"
# These are the main dependencies for fawltydeps at runtime.
# Do not add anything here that is only needed by CI/tests/linters/developers
python = "^3.7.2"
importlib_metadata = {version = "^5.0.0", python = "<3.8"}
isort = "^5.10"
tomli = {version = "^2.0.1", python = "<3.11"}
typing-extensions = {version = "^4.4.0", python = "<3.8"}
Expand Down

0 comments on commit 039f240

Please sign in to comment.