From 3973244d82da911b6045d86cef8d1c2247fceea8 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 18 Jul 2014 15:37:52 +0000 Subject: [PATCH] Undo modifications made in 6f19088724e (merge from Supybot) to setup.py. --- setup.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.py b/setup.py index 320aab27c..9184180db 100644 --- a/setup.py +++ b/setup.py @@ -276,11 +276,6 @@ setup( ('share/man/man1', ['docs/man/supybot-plugin-create.1']), ], - install_requires=[ - # Time plugin - 'python-dateutil <2.0,>=1.3', - 'feedparser', - ], )