icalevents/pyproject.toml

28 wiersze
695 B
TOML
Czysty Zwykły widok Historia

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."
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"
icalendar = "4.0.9"
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]
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"