forked from jazzband/icalevents
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 704 Bytes
/
Copy pathpyproject.toml
File metadata and controls
26 lines (23 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tool.poetry]
name = "icalevents"
version = "0.1.26"
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>"]
license = "MIT Licence"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
httplib2 = "==0.20.1"
icalendar = "==4.0.8"
python-dateutil = "==2.8.2"
pytz = "==2021.3"
DateTime = "==4.3"
[tool.poetry.dev-dependencies]
coverage = "==6.0.1"
codecov = "==2.1.12"
pytest = "==6.2.5"
black = "===21.9b0"
flake8 = "===3.7.9"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"