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