aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
blob: 48b544f3ff84d924bee0d76076b02d3b4996bc80 (plain) (blame)
1
2
3
4
5
6
7
8
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",
]