X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=fc7a1afc58ea426ca0b23b6d7fc1df75e4931531;hp=636e6aae18c5ba84e02ae953eaf941465c767921;hb=ba6c09d1585318207fa3ddf47b374b5ebcc3a22c;hpb=9c37209ba97ff291a21cd7d936988c8d5b5fc1d2 diff --git a/setup.py b/setup.py index 636e6aa..fc7a1af 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.3' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists