mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-13 20:56:54 +01:00
17 lines
166 B
TOML
17 lines
166 B
TOML
[project]
|
|
|
|
name = "ex1"
|
|
|
|
version = "1.0.0"
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
dependencies = [
|
|
"pandas",
|
|
"numpy",
|
|
"matplotlib",
|
|
]
|
|
|
|
[tool.poetry]
|
|
package-mode = false
|