pyproject.toml 336 B

1234567891011121314151617
  1. [tool.poetry]
  2. name = "thefafixturecalendar"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Karl Hudgell <karl.hudgell@bjss.com>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = "^3.8"
  9. icalendar = "^5.0.11"
  10. pandas = "1.5.1"
  11. lxml = "^4.9.3"
  12. [build-system]
  13. requires = ["poetry-core"]
  14. build-backend = "poetry.core.masonry.api"