X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=74c671df1af697f4b27917931f2cfa31c47e602c;hp=2acfb8200b63dccef2913b85703ac2c845b5a7b1;hb=9b48127c4646244c7893350c3522c1fa6b9a742a;hpb=13e6b275faf7b7fbc869c4f7ed2baa20346b0ed5 diff --git a/setup.py b/setup.py index 2acfb82..74c671d 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.7.3' +version = '1.3.0' # Require install_requires = [ "python-dateutil", - "requests", + "arrow", + "requests==2.5.3", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists