Undo modifications made in 6f19088724 (merge from Supybot) to setup.py.

This commit is contained in:
Valentin Lorentz 2014-07-18 15:37:52 +00:00
parent c6346e48dd
commit 3973244d82
1 changed files with 0 additions and 5 deletions

View File

@ -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',
],
)