X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=0e347393c31431eb7e8dcf9bee1e98a2333af405;hp=90653fd8985833ba42352adc3c9a07ec92a2ba44;hb=620587157c57f179960c2576b591819056f813bb;hpb=f146feea63ab4fdaba054a9ee4da13fff052bfe0 diff --git a/setup.py b/setup.py index 90653fd..0e34739 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.7.5' +version = '1.1.9' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists