We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b86bc9 commit 0841f32Copy full SHA for 0841f32
1 file changed
pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
15
"Programming Language :: Python :: 3",
16
"Programming Language :: Python :: 3 :: Only",
17
]
18
-dependencies = []
+dependencies = ["fastcore>=1.10.4","ipython"]
19
20
[project.urls]
21
Repository = "https://github.com/AnswerDotAI/execnb/"
@@ -30,6 +30,9 @@ version = {attr = "execnb.__version__"}
30
[tool.setuptools.packages.find]
31
include = ["execnb"]
32
33
+[project.optional-dependencies]
34
+dev = ["matplotlib","Pillow","mistletoe"]
35
+
36
[tool.nbdev]
37
recursive = false
38
jupyter_hooks = true
0 commit comments