X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=setup.py;h=b04ce8e6159a29433ca16fc5dd64af4a81f0c289;hb=5b06fbffda826d50cf13a975f77888167a3bbf35;hp=874893f201c5629ff5d4e0e9470b1e2331760cc0;hpb=8d8c3c258e97c882fc146254db08cac63daa022b;p=rainbowstream.git diff --git a/setup.py b/setup.py index 874893f..b04ce8e 100644 --- a/setup.py +++ b/setup.py @@ -3,16 +3,17 @@ import os import os.path # Bumped version -version = '0.8.8' +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