From 47cede017e42eab8a970cd065dfbb686b606e070 Mon Sep 17 00:00:00 2001 From: Choonho Son Date: Tue, 31 Oct 2023 13:08:52 +0900 Subject: [PATCH] Update pyproject Signed-off-by: Choonho Son --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 43eb4d8..c100946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,10 @@ authors = [ {name = "Choonho Son", email = "choonho.son@cloudforet.io" } ] +dependencies = [ + 'requests' +] + [build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta"