aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-30 11:01:56 +0800
committersnoweven <null>2026-03-12 19:44:08 +0300
commit7270562a9ba9be05790b18899d2e2df4dc8aa74b (patch)
treee3d549e27d8a803c570ba1b7e8d03bb0e1c7c3f2 /pyproject.toml
parente6d626670fa35cb8a4c386017ade767e462df6ed (diff)
downloadbase-dataset-7270562a9ba9be05790b18899d2e2df4dc8aa74b.tar.gz
base-dataset-7270562a9ba9be05790b18899d2e2df4dc8aa74b.zip
feat: Initialize project with main script and configuration files
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 9 insertions, 0 deletions
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",
+]