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