pyproject.toml 277 B

123456789101112131415
  1. [tool.poetry]
  2. name = "budget"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["foppe <foppe@fop.pe>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = "^3.11"
  9. python-dotenv = "^1.0.0"
  10. [build-system]
  11. requires = ["poetry-core"]
  12. build-backend = "poetry.core.masonry.api"