From 47a32569a95ac5aa5bb07febd89e60ed646e6d27 Mon Sep 17 00:00:00 2001 From: Denis-Cosmin NUTIU Date: Sat, 3 Jun 2023 16:29:54 +0300 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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"