Files
test/pyproject.toml
Max Mehl 5ba1d31b0e
All checks were successful
Test CI / test (push) Successful in 1m44s
other huge packages
2025-04-02 21:55:02 +02:00

22 lines
394 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"
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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"