X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=2bbc458f0c0a26b92a5cde1bf80cee9b510b7351;hb=8daad13dbe93e2836d929bf149b695b760d69bf8;hp=90653fd8985833ba42352adc3c9a07ec92a2ba44;hpb=f146feea63ab4fdaba054a9ee4da13fff052bfe0;p=rainbowstream.git diff --git a/setup.py b/setup.py index 90653fd..2bbc458 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.7' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists