Used the wrong method :)
[rainbowstream.git] / setup.py
index aeedcd7f08d8a358b120cd8b334b9f55000850fd..b04ce8e6159a29433ca16fc5dd64af4a81f0c289 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,16 +3,17 @@ import os
 import os.path
 
 # Bumped version
-version = '1.1.2'
+version = '1.3.1'
 
 # Require
 install_requires = [
     "python-dateutil",
     "arrow",
-    "requests",
+    "requests==2.5.3",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists