generated from xinetzone/xbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
86 lines (78 loc) · 1.5 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[build-system]
build-backend = "flit_core.buildapi"
requires = ["flit_core >=3.4,<4"]
[project]
authors = [{name = "xinetzone", email = "[email protected]"}]
dynamic = ["version", "description"]
license = {file = "LICENSE"}
name = "dao_field"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"d2py",
]
maintainers = [
{name = "xinetzone", email = "[email protected]"},
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Framework :: Sphinx",
"Framework :: Sphinx :: Theme",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
[project.urls]
Home = "https://github.com/xinetzone/DaoField"
[project.optional-dependencies]
dev = [
"uvicorn",
"invoke",
"dash",
"fastapi",
"nicegui",
"lxml",
]
doc = [
'PyKrige',
'census',
'dash',
'dash-vtk',
'diskcache',
'fastapi',
'gradio',
'hypercorn',
'invoke',
'ipykernel',
'ipywidgets>=8.0.2',
'kaleido',
'multiprocess',
'myst-nb',
'nicegui',
'osmnx',
'pandas',
'pip-tools',
'plotly',
'plotly-geo',
'pyarrow',
'python-multipart',
'rasterio',
'rtree',
'sklearn-xarray',
'sphinx-automodapi',
'sphinx-comments',
'sphinx-copybutton',
'sphinx-design',
'sphinx-plotly-directive',
'sphinx-sitemap',
'sphinx-thebe',
'sphinx==7.2.5',
'sphinxext-rediraffe',
'strawberry-graphql[fastapi]',
'streamlit',
'us',
'xyzstyle'
]
[tool.flit.sdist]
# include = ["docs/"]
exclude = ['doc', '.git', '.github']