Files
test/pyproject.toml
Max Mehl b00b0eb653
Some checks failed
Test CI / test (push) Failing after 16s
add huge package
2025-04-02 21:46:59 +02:00

17 lines
290 B
TOML

[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Max Mehl <mail@mehl.mx>"]
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.32.3"
pandas = "^2.2.3"
jupyter = "^1.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"