mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
module 8 ex1 + ex2 WIP
This commit is contained in:
16
08/ex1/pyproject.toml
Normal file
16
08/ex1/pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
|
||||
name = "ex1"
|
||||
|
||||
version = "1.0.0"
|
||||
|
||||
requires-python = ">=3.10"
|
||||
|
||||
dependencies = [
|
||||
"pandas",
|
||||
"numpy",
|
||||
"matplotlib",
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
Reference in New Issue
Block a user