Skip to content

Commit

Permalink
add importlib_metadata to dependencies for Python 3.7 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Oct 8, 2023
1 parent 3cd5fe3 commit a2b47aa
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 @@ -27,9 +27,10 @@ classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
]
dependencies = [
"dargs",
"dargs>=0.2.6",
"werkzeug",
"waitress",
'importlib_metadata>=1.4; python_version < "3.8"',
]
requires-python = ">=3.7"
readme = "README.md"
Expand Down

0 comments on commit a2b47aa

Please sign in to comment.