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