Added RSS and git support.
[zzz-spline-frontpage.git] / setup.py
index a256563..f1ef216 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,6 +6,7 @@ setup(
 
     install_requires = [
         'spline',
+        'feedparser',
     ],
 
     include_package_data = True,