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