summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f34922b..9d880c7 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup(name='watchnews',
url='https://www.xapek.org/git/yvesf/watchnews',
packages=['watchnews'],
scripts=['watchnews-cli'],
- depends=['peewee==2.7.1',
+ install_requires=['peewee==2.7.1',
'feedparser>=5.1.0',
'newspaper3k==0.1.5',
'Flask==0.10.1',