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