2021-10-11 18:21:21 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "icalevents"
|
2022-12-18 14:10:01 +00:00
|
|
|
version = "0.1.27"
|
2021-10-11 18:21:21 +00:00
|
|
|
description = "Simple Python 3 library to download, parse and query iCal sources."
|
2022-09-19 21:58:55 +00:00
|
|
|
authors = ["Martin Eigenmann <github@eigenmannmartin.ch>", "Thomas Irgang <thomas@irgang.eu>",
|
|
|
|
"Alexander Hultnér <ahultner+github@gmail.com>"]
|
2021-10-11 18:21:21 +00:00
|
|
|
license = "MIT Licence"
|
2021-10-17 21:50:44 +00:00
|
|
|
readme = "README.md"
|
2021-10-11 18:21:21 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
2021-11-11 22:14:15 +00:00
|
|
|
icalendar = "4.0.9"
|
2022-10-18 03:58:31 +00:00
|
|
|
python-dateutil = "^2.8.2"
|
|
|
|
pytz = "^2021.3"
|
|
|
|
DateTime = "^4.3"
|
|
|
|
httplib2 = "^0.20.4"
|
2021-10-11 18:21:21 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2022-10-18 03:58:31 +00:00
|
|
|
coverage = "^6.0.1"
|
|
|
|
codecov = "^2.1.12"
|
|
|
|
pytest = "^6.2.5"
|
|
|
|
black = "^22.3.0"
|
|
|
|
flake8 = "^5.0.4"
|
2021-10-11 18:21:21 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|