Skip to content

Commit

Permalink
pyproject.toml: added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin PELLEMOINE committed Jun 13, 2024
1 parent 7b01804 commit 9f3eab3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ authors = [
]
license = { text = "CeCILL-C" }
keywords = ["OpenAlea", "MTG", "Plant Architecture", "Tree Graph"]
dependencies = []

dependencies = [
"openalea.plantgl",
"matplotlib",
"pandas"
]

[project.optional-dependencies]
test = [
"pytest",
"path",
"openalea.lpy"
]

[project.urls]
homepage = "http://github.com/openalea/mtg"
Expand Down

0 comments on commit 9f3eab3

Please sign in to comment.