X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=b04ce8e6159a29433ca16fc5dd64af4a81f0c289;hp=4fc7dc54bdd2c458794fdfbb676eda8daf326862;hb=3343f4cf008e1b517a7af3e43ae7eb2cf0a46eaf;hpb=56702c8f30ff85edc2552dc3fda811c203cbc9b1 diff --git a/setup.py b/setup.py index 4fc7dc5..b04ce8e 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ import os import os.path # Bumped version -version = '1.2.4' +version = '1.3.1' # Require install_requires = [ "python-dateutil", "arrow", - "requests", + "requests==2.5.3", "pyfiglet", "twitter", "Pillow",