[tool.poetry] name = "test" version = "0.1.0" description = "" authors = ["Max Mehl "] [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"