From ec8d9c951db23d23c966215abab8ae76d56f2e66 Mon Sep 17 00:00:00 2001 From: Antoine Chauvin Date: Wed, 13 Mar 2024 15:33:10 +0100 Subject: [PATCH] feat: install dependencies: uv, build, setuptools --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c69a026..2245379 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,12 @@ requires-python = ">=3.8" # keywords = [] # classifiers = [] +dependencies = [ + "uv >=0.1.18, <0.2.0", + "build >=1.1.1, <2.0.0", + "setuptools >=61.0", +] + [project.urls] Repository = "https://github.com/aqora-io/cli" Documentation = "https://github.com/aqora-io/cli"