X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=setup.py;h=ed0362c7151abe5c2192578cd21359fb83da58bb;hb=3dead39b623ee52ff8f6ff00bc19afc9df6055da;hp=447c9da3ef85d21615d849393c47144d7affd2ab;hpb=37cf396abd4e6bd3e0337d0e0125308d3df89a19;p=rainbowstream.git diff --git a/setup.py b/setup.py index 447c9da..ed0362c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '0.8.9' +version = '1.2.0' # Require install_requires = [ @@ -13,6 +13,7 @@ install_requires = [ "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists