- [tool.poetry]
- name = "helloasso"
- version = "0.1.0"
- description = ""
- authors = ["Chodorowski Jacques <jacques.chodorowski@orange.com>"]
- readme = "README.md"
- [tool.poetry.dependencies]
- python = "^3.12"
- jupyter = "^1.1.1"
- pandas = "^2.2.3"
- [build-system]
- requires = ["poetry-core"]
- build-backend = "poetry.core.masonry.api"
|