X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=8e4d00f169628b6e3e945833312f9f84d69d3165;hp=636e6aae18c5ba84e02ae953eaf941465c767921;hb=bb68c6872988e8bcb1f125dc86dba67ceb8a1415;hpb=9c37209ba97ff291a21cd7d936988c8d5b5fc1d2 diff --git a/setup.py b/setup.py index 636e6aa..8e4d00f 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.6.7' +version = '1.2.7' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists