Skip to content

Commit eaaeb92

Browse files
committed
Add poetry pyproject stuff
1 parent 7d144e2 commit eaaeb92

File tree

1 file changed

+14
-34
lines changed

1 file changed

+14
-34
lines changed

libs/labelbox/pyproject.toml

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,19 @@
1-
[project]
1+
[tool.poetry]
22
name = "labelbox"
33
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-
readme = "README.md"
16-
requires-python = ">=3.8"
17-
classifiers = [
18-
# How mature is this project?
19-
"Development Status :: 5 - Production/Stable",
20-
# Indicate who your project is intended for
21-
"Topic :: Scientific/Engineering :: Artificial Intelligence",
22-
"Topic :: Software Development :: Libraries",
23-
"Intended Audience :: Developers",
24-
"Intended Audience :: Science/Research",
25-
"Intended Audience :: Education",
26-
# Pick your license as you wish
27-
"License :: OSI Approved :: Apache Software License",
28-
# Specify the Python versions you support here.
29-
"Programming Language :: Python :: 3",
30-
"Programming Language :: Python :: 3.8",
31-
"Programming Language :: Python :: 3.9",
32-
"Programming Language :: Python :: 3.10",
33-
"Programming Language :: Python :: 3.11",
34-
"Programming Language :: Python :: 3.12",
35-
]
36-
keywords = ["ml", "ai", "labelbox", "labeling", "llm", "machinelearning", "edu"]
4+
description = ""
5+
authors = ["Ivan Malison <IvanMalison@gmail.com>"]
6+
packages = [{include = "src"}]
7+
8+
[tool.poetry.dependencies]
9+
google-api-core = ">=1.22.1"
10+
pydantic = ">=1.8"
11+
python-dateutil = ">=2.8.2, <2.10.0"
12+
requests = ">=2.22.0"
13+
strenum = ">=0.4.15"
14+
tqdm = ">=4.66.2"
15+
geojson = ">=3.1.0"
16+
python = ">=3.10,<3.12"
3717

3818
[project.urls]
3919
Homepage = "https://labelbox.com/"

0 commit comments

Comments
 (0)