add SS
[rainbowstream.git] / setup.py
index 275a9a7f13e72712aa4c6a0a185dc369f7ad381d..bcd25fa181a954eeb0afead50339637099df20b3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,9 @@ install_requires = [
     "pyfiglet",
     "python-dateutil",
     "termcolor",
-    "twitter"
+    "twitter",
+    "Pillow",
+    "requests",
 ]
 
 setup(name='rainbowstream',
@@ -35,7 +37,7 @@ setup(name='rainbowstream',
       author='Vu Nhat Minh',
       author_email='nhatminh_179@hotmail.com',
       url='https://github.com/DTVD/rainbowstream',
-      download_url='https://github.com/DTVD/rainbowstream/tarball/0.0.1',
+      download_url='https://github.com/DTVD/rainbowstream/archive/v0.0.1.zip',
       license='MIT License',
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
       include_package_data=True,