Skip to content

Commit

Permalink
Always install importlib-metadata (not only for <3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Dec 4, 2023
1 parent c2df06c commit a591238
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ dependencies = [
"lark>=1.1.5",
"requests",
"requests_cache",
"mergedeep"
"mergedeep",
"importlib-metadata",
]

[options]
install_requires = "importlib-metadata ; python_version < '3.10'"

[project.urls]
"Homepage" = "https://github.com/FAIRmat-NFDI/pynxtools"
"Bug Tracker" = "https://github.com/FAIRmat-NFDI/pynxtools/issues"
Expand Down

0 comments on commit a591238

Please sign in to comment.