From e91c70880bc67ae9871e14e3049e8c1f0b445746 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 14 Apr 2025 00:50:01 +0200 Subject: [PATCH] project file updated --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38b877d..f769a32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyladoc" -version = "1.0.0" +version = "1.1.0" authors = [ { name="Nicolas Kruse", email="nicolas.kruse@nonan.net" }, ] @@ -13,8 +13,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "markdown>=3.3.0", - "beautifulsoup4>=4.9.1" + "markdown>=3.3.0" ] [project.optional-dependencies] @@ -41,7 +40,6 @@ where = ["src"] [tool.setuptools.package-data] pyladoc = ["templates/*"] - [tool.mypy] files = ["src"] strict = true