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