Fix bug when start with public stream
[rainbowstream.git] / setup.py
index ecadbcdf4abd1b2feb79c42c256b62cd27c9b38f..084daf3a5ad7d01b7208a40611f325609012a257 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 import os.path
 
 # Bumped version
-version = '1.0.1'
+version = '1.2.5'
 
 # Require
 install_requires = [
@@ -13,6 +13,7 @@ install_requires = [
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists