-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetup.cfg
46 lines (44 loc) · 1.01 KB
/
setup.cfg
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
[metadata]
name = zero-true
author = Zero-True
author_email = support@zero-true.com
home-page = https://zero-true.com
license = Apache License 2.0
license_files = LICENSE
description = A collaborative notebook built for data scientists
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.6.0
[options]
include_package_data = true
packages = find:
install_requires =
fastapi<=0.115.6
uvicorn[standard]<=0.34.0
pydantic==2.10.5
astroid<=3.3.8
duckdb<=1.1.3
pydantic-settings<=2.7.1
typer<=0.15.1
rich<=13.9.4
requests<=2.32.3
rtoml==0.12.0
jedi<=0.19.2
python-multipart<=0.0.20
ruff<=0.9.0
python_requires = >=3.9
[options.extras_require]
test =
pytest==8.3.4
selenium==4.28.1
pandas<=2.2.3
components =
pandas<=2.2.3
plotly<=5.24.1
pygwalker<=0.4.9.13
openai<=1.59.5
matplotlib<=3.9.4
[options.entry_points]
console_scripts =
zero-true = zt_cli.cli:cli_app
zero-true-dev = zt_dev_cli.cli:cli_app