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