X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=121ce5277d346113f29066d3ce62adb93d40fb16;hp=b81a321bf8a5018411007bdef3ab3613402e71cf;hb=5531923ea428470228d145d3c89fee0aecbe6e78;hpb=cb45dc23a95232e0a832f5576b2fc6ac4710e6ff;ds=sidebyside diff --git a/setup.py b/setup.py index b81a321..121ce52 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.7.4' +version = '1.1.6' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists