diff --git a/pyproject.toml b/pyproject.toml index cc7f644d..50971cfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"