From 1e60fdf383e167208f678d09da7d10ff5f946f15 Mon Sep 17 00:00:00 2001 From: Peilin Yu Date: Mon, 11 Nov 2024 14:29:38 -0500 Subject: [PATCH] specifying dependencies in pyproject.toml --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f17cd7d..b4cf90b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,11 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ] +dependencies = [ + "pathlib>=1.0.1", + "typing-extensions>=4.0.0", + "pathspec>=0.11.0", +] [project.urls] "Homepage" = "https://github.com/dotpyu/codemd"