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