aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-08-20 12:51:03 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-08-20 12:51:03 -0400
commit4c46a453e0ab8c26560d4d02670cfe0ca59c4a7b (patch)
treecd314f54c14511d835ae6f75aabfccc618913836 /setup.py
parentc1c3985bad82088a3f60b5d52a8c61b1178eb120 (diff)
downloadgood_feeder-4c46a453e0ab8c26560d4d02670cfe0ca59c4a7b.tar.gz
Add pytz and tzlocal requirements
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(),