forked from cloudera/spiderman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (43 loc) · 1.19 KB
/
pyproject.toml
File metadata and controls
46 lines (43 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[project]
name = "spiderman"
version = "1.0.0"
description = "A comprehensive, high-quality, human-annotated plain-text dataset for SQL AI tasks across diverse domains and complexity levels"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
authors = [{ name = "Sreenath Somarajapuram", email = "somarajapuram@gmail.com" }]
dependencies = [
"about-time==4.2.1",
"alive-progress==3.1.5",
"annotated-types==0.6.0",
"certifi==2024.2.2",
"charset-normalizer==3.3.2",
"filelock==3.13.3",
"fsspec==2024.3.1",
"grapheme==0.6.0",
"huggingface-hub==0.22.2",
"idna==3.6",
"mysql-connector-python==9.0.0",
"numpy==2.0.1",
"packaging==24.0",
"pandas==2.2.2",
"pydantic==2.6.4",
"pydantic-core==2.16.3",
"python-dateutil==2.9.0.post0",
"pytz==2024.1",
"pyyaml==6.0.1",
"requests==2.31.0",
"six==1.16.0",
"sqlalchemy==2.0.29",
"sqlalchemy-utils==0.41.2",
"sqlglot==23.3.0",
"tqdm==4.66.2",
"typing-extensions==4.10.0",
"tzdata==2024.1",
"urllib3==2.2.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["scripts"]