X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=b04ce8e6159a29433ca16fc5dd64af4a81f0c289;hp=0cbc2720f50caebc6449f2c292b62b7673bed3f2;hb=7595581b0e4bc9a75e0e605af6d4d48fa6abc596;hpb=aa452ee997fb704cf144fe56e1abd59b4f639ddb diff --git a/setup.py b/setup.py index 0cbc272..b04ce8e 100644 --- a/setup.py +++ b/setup.py @@ -3,16 +3,17 @@ import os import os.path # Bumped version -version = '0.9.6' +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