projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b3bf14
)
Install deps automatically when installing rss2email
author
Markus Unterwaditzer
<markus@unterwaditzer.net>
Tue, 15 Sep 2015 23:17:18 +0000
(
01:17
+0200)
committer
Markus Unterwaditzer
<markus@unterwaditzer.net>
Wed, 16 Sep 2015 20:28:27 +0000
(22:28 +0200)
Signed-off-by: Markus Unterwaditzer <markus@unterwaditzer.net>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index d2199566e0df7bfd13aafc2adc640a15790d38d8..b876bff4b0b3b991df095cdad4b2e4b087f7cddb 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-56,8
+56,8
@@
setup(
packages=['rss2email', 'rss2email.post_process'],
scripts=['r2e'],
provides=['rss2email'],
- requires=[
- 'feedparser
(>=5.0.1)
',
- 'html2text
(>=3.0.1)
',
+
install_
requires=[
+ 'feedparser
>=5.0.1
',
+ 'html2text
>=3.0.1
',
],
)