downgrangefixtures_ical/pyproject.toml

18 lines
336 B
TOML
Raw Normal View History

2023-11-26 10:30:42 +00:00
[tool.poetry]
name = "thefafixturecalendar"
version = "0.1.0"
description = ""
authors = ["Karl Hudgell <karl.hudgell@bjss.com>"]
2023-11-28 11:47:36 +00:00
readme = "README.md"
2023-11-26 10:30:42 +00:00
[tool.poetry.dependencies]
python = "^3.8"
icalendar = "^5.0.11"
pandas = "1.5.1"
lxml = "^4.9.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"