minor requirements updates

This commit is contained in:
Dima Gerasimov 2021-02-25 19:38:56 +00:00 committed by karlicoss
parent 0585cc4a89
commit 5ef638694e
4 changed files with 10 additions and 3 deletions

View file

@ -2,7 +2,10 @@
[[https://rememberthemilk.com][Remember The Milk]] tasks and notes
"""
# pip3 install icalendar
REQUIRES = [
'icalendar',
]
import re
from pathlib import Path
from typing import Dict, List, Optional, Iterator