From 3a0e05b198f091d08566a79fc85c2c540f8bc4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20S=C3=A1nchez?= Date: Mon, 25 Dec 2023 18:30:58 +0000 Subject: [PATCH] Add missing dependencies to pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a136758..0d4a6c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Operating System :: OS Independent", "Topic :: Software Development :: Libraries" ] -dependencies = ["requests", "typing_extensions"] +dependencies = ["requests", "typing_extensions", "tiny-api-client", "pydantic", "pathvalidate"] [tool.setuptools_scm] [project.optional-dependencies]