X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=bcd25fa181a954eeb0afead50339637099df20b3;hp=275a9a7f13e72712aa4c6a0a185dc369f7ad381d;hb=c32c44b05edbb7ef930d2ed7a2b73dfcca955b3e;hpb=b737b20f6b193d64350f11e4d468f09323460900 diff --git a/setup.py b/setup.py index 275a9a7..bcd25fa 100644 --- 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,