[tool.poetry] name = "ovh-bills-pdf" version = "1.0.0" description = "A CLI to get bills PDF from OVH" authors = ["Dryusdan "] readme = "README.md" [tool.poetry.scripts] ovh-bills-pdf = "src.main:app" [tool.poetry.dependencies] python = "^3.7" ovh = "^1.0.0" requests = "^2.27.1" PyYAML = "^6.0" typer = "^0.4.1" pendulum = "^2.1.2" [tool.poetry.dev-dependencies] pylama = "^8.3.7" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"