aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 63a5179..9b56bee 100644
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,8 @@ setup(
install_requires=[
'colorama',
'feedparser',
+ 'pytz',
+ 'tzlocal',
'requests',
],
packages=find_packages(),