Skip to content

Commit e17cf59

Browse files
committed
pyproject.toml: Switch to 'project.optional-dependencies' table for passagemath
1 parent a3730a6 commit e17cf59

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pyproject.toml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,7 @@ dependencies = [
2323
[project.urls]
2424
repository = "http://github.com/hellman/cry"
2525

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]
26+
[project.optional-dependencies]
3827
passagemath = [
3928
"passagemath-brial",
4029
"passagemath-modules",

0 commit comments

Comments
 (0)