X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=084daf3a5ad7d01b7208a40611f325609012a257;hp=b81a321bf8a5018411007bdef3ab3613402e71cf;hb=3e06aa8f518e076dfddd2f68e7ee2a4dea6e1810;hpb=cb45dc23a95232e0a832f5576b2fc6ac4710e6ff diff --git a/setup.py b/setup.py index b81a321..084daf3 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.7.4' +version = '1.2.5' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists