X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=b04ce8e6159a29433ca16fc5dd64af4a81f0c289;hp=32fcadf189ff04b69765e174bc49ef89bff041ff;hb=5028f7cf27570a236f35b06b1aebe0f5eae72846;hpb=99cd1fba83efcd1dd6f01570ea79776b4e41f1cf diff --git a/setup.py b/setup.py index 32fcadf..b04ce8e 100644 --- a/setup.py +++ b/setup.py @@ -3,16 +3,17 @@ import os import os.path # Bumped version -version = '0.9.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