X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=472666ad37552768df358b949cc15d6a8de53b4e;hb=49a95766f33c88d43165ca937dee47791f513b9e;hp=b9cf53935ae984ba1d81977692dfb0b5f82cc64e;hpb=baec5f507d4eeb9ef367538a0e3a1b309bb25768;p=rainbowstream.git diff --git a/setup.py b/setup.py index b9cf539..472666a 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.6.2' +version = '1.1.4' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists