X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=inline;f=setup.py;h=fc7a1afc58ea426ca0b23b6d7fc1df75e4931531;hb=c98b1e688f330e47616882d700eaaab0b72b025b;hp=2e126f68dcd26ab0c65ffd6bca6ceadfa79651d1;hpb=39b8e6b3486c527291e91838c9adf139a5c95af6;p=rainbowstream.git diff --git a/setup.py b/setup.py index 2e126f6..fc7a1af 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '0.8.4' +version = '1.2.3' # Require install_requires = [ @@ -13,6 +13,7 @@ install_requires = [ "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists