X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=32e1d62b4da44375be8d36f91bea0affddd1b59d;hp=642440e349dfb16a05f7135712d02f1c59c6578e;hb=247c4e80f8030c11bfd1645ab02770db1284d819;hpb=612d6863fd6edb0bd9e88548721697ee4e8ddd91 diff --git a/setup.py b/setup.py index 642440e..32e1d62 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.6.6' +version = '1.2.6' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists