diff options
| author | 2025-12-30 11:01:56 +0800 | |
|---|---|---|
| committer | 2025-12-30 11:01:56 +0800 | |
| commit | 7deb91a09ee23bf9beba82b661d56d5af991ebf4 (patch) | |
| tree | d879c0e5ee0c1a377c209db2c93a93e0efa53e81 /pyproject.toml | |
| parent | e6d626670fa35cb8a4c386017ade767e462df6ed (diff) | |
| download | base-dataset-7deb91a09ee23bf9beba82b661d56d5af991ebf4.tar.gz base-dataset-7deb91a09ee23bf9beba82b661d56d5af991ebf4.zip | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
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", +] |
