File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,23 @@ homepage = "http://github.com/hellman/cry"
1919python = " ^3.5"
2020binteger = " ^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 ]
2340pytest = " ^6.1.1"
2441
You can’t perform that action at this time.
0 commit comments