Skip to content

Commit b9d8969

Browse files
committed
Set more metadata 2
1 parent 7ebe15c commit b9d8969

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

libs/labelbox/pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
[project]
2+
name = "labelbox"
3+
version = "3.74.0"
4+
description = "Labelbox Python API"
5+
authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }]
6+
dependencies = [
7+
"google-api-core>=1.22.1",
8+
"pydantic>=1.8",
9+
"python-dateutil>=2.8.2, <2.10.0",
10+
"requests>=2.22.0",
11+
"strenum>=0.4.15",
12+
"tqdm>=4.66.2",
13+
"geojson>=3.1.0",
14+
]
15+
116
[tool.poetry]
217
name = "labelbox"
318
version = "3.74.0"

0 commit comments

Comments
 (0)