1
0

#6 Calendar view

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>
This commit is contained in:
2022-04-21 23:36:01 +02:00
parent abf6ab0bf6
commit 6fe2fd4e76
7 changed files with 285 additions and 103 deletions

View File

@@ -6,10 +6,13 @@ name = "pypi"
[packages]
feedparser = "*"
notifypy = "*"
rich = "*"
notify-py = "*"
[dev-packages]
feedparser = "*"
notifypy = "*"
rich = "*"
[requires]
python_version = "3.9"
python_version = "3.10"