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