X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=setup.py;h=85973a73a200999fa8e54999c95109ca5fad3ffd;hb=9e38891f4376bbe71f9e10d267fa5721e6e69194;hp=43343b3a39d2a0991cb3a685c125e0c23907acb3;hpb=38a6dc308c60aa43ad84f9ff0b9230540518ec28;p=rainbowstream.git diff --git a/setup.py b/setup.py index 43343b3..85973a7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '0.9.5' +version = '1.1.8' # Require install_requires = [ @@ -13,6 +13,7 @@ install_requires = [ "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists