X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=b04ce8e6159a29433ca16fc5dd64af4a81f0c289;hp=447c9da3ef85d21615d849393c47144d7affd2ab;hb=21f1b9ca0badc02f0a5da2d77630b8ffe9a47ffb;hpb=37cf396abd4e6bd3e0337d0e0125308d3df89a19 diff --git a/setup.py b/setup.py index 447c9da..b04ce8e 100644 --- a/setup.py +++ b/setup.py @@ -3,16 +3,17 @@ import os import os.path # Bumped version -version = '0.8.9' +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