X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=c86e68c8b18dfc6e17ff6aff1b0e7132aa1d34a1;hp=48949bc25806fa3dc86ce976d2972e9fac37c393;hb=7f57719b119584ddcf7a56101d271c6b7a54f42b;hpb=2a857ef419adf7fa8e7866189df76ee111166a20 diff --git a/setup.py b/setup.py index 48949bc..c86e68c 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.6.8' +version = '1.1.5' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists