Add python2 compatibility to PR #66
[rainbowstream.git] / setup.py
index 34088f6d52cec650d22b0d729f3bf6ba59d24798..c86e68c8b18dfc6e17ff6aff1b0e7132aa1d34a1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 import os.path
 
 # Bumped version
-version = '0.9.2'
+version = '1.1.5'
 
 # Require
 install_requires = [
@@ -13,6 +13,7 @@ install_requires = [
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists