X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=a4e6dbaf35e5c2dffa13dc8907c9ac0d6e9e4913;hb=bbfbcc85dcd61d580fd8dc3813530e2681c36d30;hp=eae5ce82da4134d05c2545e6a2d0b73ff171d49e;hpb=71dc8644aa63543527c5f303c1a0c93fdb120d21;p=rainbowstream.git diff --git a/setup.py b/setup.py index eae5ce8..a4e6dba 100644 --- a/setup.py +++ b/setup.py @@ -3,16 +3,16 @@ import os import os.path # Bumped version -version = '0.7.8' +version = '0.8.6' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", - "tzlocal", ] # Copy default config if not exists