Skip to content

Commit 3068f41

Browse files
committed
move pyniryo to env dependencies
1 parent 87b8778 commit 3068f41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"jupyterlab-blockly>=0.3.2,<0.4",
27-
"pyniryo"
26+
"jupyterlab-blockly>=0.3.2,<0.4"
2827
]
2928
dynamic = ["version", "description", "authors", "urls", "keywords"]
3029

3130
[project.optional-dependencies]
31+
env = [
32+
"pyniryo"
33+
]
3234
dev = [
3335
"click",
3436
"pre-commit",

0 commit comments

Comments
 (0)