Files
test/pyproject.toml

22 lines
394 B
TOML
Raw Normal View History

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"
2025-04-02 21:55:02 +02:00
numpy = "^2.2.4"
pyyaml = "^6.0.2"
google-api-core = "^2.24.2"
cryptography = "^44.0.2"
jinja2 = "^3.1.6"
ansible = "2.10"
2025-04-02 21:41:40 +02:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"