From 7deb91a09ee23bf9beba82b661d56d5af991ebf4 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 30 Dec 2025 11:01:56 +0800 Subject: feat: Initialize project with main script and configuration files --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..48b544f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[project] +name = "base-dataset" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.12" +dependencies = [ + "label-studio>=1.22.0", +] -- cgit v1.2.3-70-g09d2