Add a calendar view Update required python version to 3.10 Correct config and animes flags to -c and -a Change timer tick rate to every 15mins instead of 55mins Update readme Signed-off-by: MK13 <marius@kleberonline.de>
19 lines
241 B
TOML
19 lines
241 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
feedparser = "*"
|
|
notifypy = "*"
|
|
rich = "*"
|
|
notify-py = "*"
|
|
|
|
[dev-packages]
|
|
feedparser = "*"
|
|
notifypy = "*"
|
|
rich = "*"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|