We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3730a6 commit e17cf59Copy full SHA for e17cf59
pyproject.toml
@@ -23,18 +23,7 @@ dependencies = [
23
[project.urls]
24
repository = "http://github.com/hellman/cry"
25
26
-[tool.poetry.dependencies]
27
-python = "^3.5"
28
-binteger = "^0.8.0"
29
-
30
-passagemath-brial = { version = "^10.6", optional = true }
31
-passagemath-modules = { version = "^10.6", optional = true }
32
-passagemath-plot = { version = "^10.6", optional = true }
33
-passagemath-repl = { version = "^10.6", optional = true }
34
-passagemath-schemes = { version = "^10.6", optional = true }
35
-passagemath-symbolics = { version = "^10.6", optional = true }
36
37
-[tool.poetry.extras]
+[project.optional-dependencies]
38
passagemath = [
39
"passagemath-brial",
40
"passagemath-modules",
0 commit comments