X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=b04ce8e6159a29433ca16fc5dd64af4a81f0c289;hp=043b9c58233d0ea5f47d29746a8188b39f132513;hb=7595581b0e4bc9a75e0e605af6d4d48fa6abc596;hpb=7c437a0f019d51e4f2cd4dc4def34ce138f3d33b diff --git a/setup.py b/setup.py index 043b9c5..b04ce8e 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.7.6' +version = '1.3.1' # Require install_requires = [ "python-dateutil", - "requests", + "arrow", + "requests==2.5.3", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists