X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=32e1d62b4da44375be8d36f91bea0affddd1b59d;hp=df66bb773a462894fa07bc1996020be1417f541b;hb=97def8fc563e96071ac3cf34787cc8af725738ea;hpb=f1c1dfea32823074f7b5dcf05d15defb773dd7c0 diff --git a/setup.py b/setup.py index df66bb7..32e1d62 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.7.2' +version = '1.2.6' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists