-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
55 lines (53 loc) · 1.12 KB
/
pyproject.toml
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
47
48
49
50
51
52
53
54
55
[tool.poetry]
name = "data_common"
version = "1.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
openpyxl = "3.0.7"
pandas = "1.4.2"
scikit-learn = "^1.0.2"
unicodecsv = "0.14.1"
xlrd = "2.0.1"
xlwt = "1.3.0"
tabulate = "0.8.9"
altair = "^5.4.0"
jupyter = "1.0.0"
"ruamel.yaml" = "0.17.10"
pypandoc = "1.5"
flake8 = "3.9.2"
htmltabletomd = "1.0.0"
rich = "12.4.1"
click = "8.0.1"
rich-click = "^1.4"
papermill = "2.3.3"
google-api-python-client = "2.21.0"
google-auth-httplib2 = "0.1.0"
google-auth-oauthlib = "0.4.6"
ptitprince = "0.2.5"
jupyterlab = "3.2.6"
jupyterlab-link-share = "0.2.4"
scipy = "1.8.0"
cookiecutter = "1.7.3"
XlsxWriter = "^3.0.3"
frictionless = "^4.38.0"
toml = "^0.10.2"
pytest = "^7.1.2"
pyright = "^1.1.248"
pylint = "2.12.2"
seaborn = "0.11.2"
lxml = "^4.9.1"
pyarrow = "^11.0.0"
duckdb = "^0.6.1"
sqlfluff = "^1.4.5"
pydantic = "^2.3.0"
geopandas = "^0.13.2"
altair-viewer = "^0.4.0"
vl-convert-python = "^1.6.0"
ruff = "^0.6.1"
types-pillow = "^10.2.0.20240520"
pandas-stubs = "^2.2.2.240807"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"