trivival refactoring
[rainbowstream.git] / setup.py
index 447c9da3ef85d21615d849393c47144d7affd2ab..85973a73a200999fa8e54999c95109ca5fad3ffd 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 import os.path
 
 # Bumped version
 import os.path
 
 # Bumped version
-version = '0.8.9'
+version = '1.1.8'
 
 # Require
 install_requires = [
 
 # Require
 install_requires = [
@@ -13,6 +13,7 @@ install_requires = [
     "pyfiglet",
     "twitter",
     "Pillow",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists
 ]
 
 # Copy default config if not exists