X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=ed0362c7151abe5c2192578cd21359fb83da58bb;hp=eae5ce82da4134d05c2545e6a2d0b73ff171d49e;hb=211e8be1e97c2583894b4bb3f9ea4d8e1f225025;hpb=71dc8644aa63543527c5f303c1a0c93fdb120d21 diff --git a/setup.py b/setup.py index eae5ce8..ed0362c 100644 --- a/setup.py +++ b/setup.py @@ -3,16 +3,17 @@ import os import os.path # Bumped version -version = '0.7.8' +version = '1.2.0' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter", "Pillow", - "tzlocal", + "PySocks" ] # Copy default config if not exists