mirror of
https://github.com/karl0ss/downgrangefixtures_ical.git
synced 2025-05-10 08:41:33 +01:00
19 lines
354 B
TOML
19 lines
354 B
TOML
[tool.poetry]
|
|
name = "thefafixturecalendar"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Karl Hudgell <karl@k-world.me.uk>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
icalendar = "^5.0.11"
|
|
pandas = "1.5.1"
|
|
lxml = "^4.9.3"
|
|
requests = "^2.31.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|