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