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