diff --git a/pyproject.toml b/pyproject.toml index d1a8f560..7dac0012 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ classifiers = [ dependencies = [ "CacheControl[filecache] >= 0.13.0", "cyclonedx-python-lib >= 5,< 9", - "html5lib>=1.1", "packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464 "pip-api>=0.0.28", "pip-requirements-parser>=32.0.0", @@ -56,7 +55,6 @@ lint = [ "setuptools", "interrogate", "mypy", - "types-html5lib", "types-requests", "types-toml", ]