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