2025-04-02 21:41:40 +02:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "test"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = ["Max Mehl <mail@mehl.mx>"]
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
|
python = "^3.10"
|
2025-04-02 21:46:59 +02:00
|
|
|
requests = "^2.32.3"
|
|
|
|
|
pandas = "^2.2.3"
|
|
|
|
|
jupyter = "^1.1.1"
|
2025-04-02 21:41:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|