Skip to content

Commit 71c25f8

Browse files
committed
pyproject.toml
1 parent cc3fd90 commit 71c25f8

File tree

1 file changed

+5
-28
lines changed

1 file changed

+5
-28
lines changed

pyproject.toml

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Create delightful software with Jupyter Notebooks"
88
readme = "README.md"
99
requires-python=">=3.9"
1010
license = {text = "Apache-2.0"}
11-
authors = [{name = "Jeremy Howard and Hamel Husain", email = "j@fast.ai"}]
11+
authors = [{name = "Jeremy Howard and the fast.ai community", email = "j@fast.ai"}]
1212
keywords = ["nbdev", "fastai", "jupyter", "notebook", "export"]
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
@@ -19,35 +19,12 @@ classifiers = [
1919
"License :: OSI Approved :: Apache Software License",
2020
]
2121
dynamic = ["version"]
22-
dependencies = [
23-
"fastcore>=1.12.3",
24-
"execnb>=0.1.12",
25-
"astunparse",
26-
"ghapi>=1.0.3",
27-
"watchdog",
28-
"asttokens",
29-
"setuptools",
30-
"build",
31-
"fastgit",
32-
"pyyaml",
33-
"tomli; python_version < '3.11'",
34-
]
22+
dependencies = [ "fastcore>=1.12.3", "execnb>=0.1.12", "astunparse", "ghapi>=1.0.3", "watchdog", "asttokens",
23+
"setuptools", "build", "fastgit", "pyyaml", "tomli; python_version < '3.11'", ]
3524

3625
[project.optional-dependencies]
37-
dev = [
38-
"ipywidgets",
39-
"nbdev-numpy",
40-
"nbdev-stdlib",
41-
"pandas",
42-
"matplotlib",
43-
"black",
44-
"svg.py",
45-
"nbclassic",
46-
"pysymbol_llm",
47-
"llms-txt",
48-
"sphinx",
49-
"plum-dispatch",
50-
]
26+
dev = [ "ipywidgets", "nbdev-numpy", "nbdev-stdlib", "pandas", "matplotlib", "black", "svg.py", "nbclassic",
27+
"pysymbol_llm", "llms-txt", "sphinx", "plum-dispatch", ]
5128

5229
[project.urls]
5330
Repository = "https://github.com/AnswerDotAI/nbdev"

0 commit comments

Comments
 (0)