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