diff --git a/pyproject.toml b/pyproject.toml index 83abb35..6e4489d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jekyll-to-hugo" -version = "0.0.3" +version = "0.0.5" authors = [ { name="Denis Nutiu", email="nuculabs@outlook.com" }, ] @@ -23,6 +23,12 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] +dependencies = [ + "beautifulsoup4>=4.12, <5", + "PyYAML", + "soupsieve>=2.4, <3", + "pydantic>=1.10, <2", +] [project.scripts] jekyll-to-hugo = "main:main"