Skip to content

Commit 2c54238

Browse files
committed
pyproject.toml: Add extra 'passagemath'
1 parent 34afc52 commit 2c54238

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@ homepage = "http://github.com/hellman/cry"
1919
python = "^3.5"
2020
binteger = "^0.8.0"
2121

22+
passagemath-brial = { version = "^10.4", optional = true }
23+
passagemath-modules = { version = "^10.4", optional = true }
24+
passagemath-plot = { version = "^10.4", optional = true }
25+
passagemath-repl = { version = "^10.4", optional = true }
26+
passagemath-schemes = { version = "^10.4", optional = true }
27+
passagemath-symbolics = { version = "^10.4", optional = true }
28+
29+
[tool.poetry.extras]
30+
passagemath = [
31+
"passagemath-brial",
32+
"passagemath-modules",
33+
"passagemath-plot",
34+
"passagemath-repl",
35+
"passagemath-schemes",
36+
"passagemath-symbolics",
37+
]
38+
2239
[tool.poetry.dev-dependencies]
2340
pytest = "^6.1.1"
2441

0 commit comments

Comments
 (0)