Use entities/urls in open command
[rainbowstream.git] / setup.py
index 447c9da3ef85d21615d849393c47144d7affd2ab..9a28b1ed62adf4074dc2116d2faefefcbc4deebf 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,16 +3,17 @@ import os
 import os.path
 
 # Bumped version
-version = '0.8.9'
+version = '1.2.9'
 
 # Require
 install_requires = [
     "python-dateutil",
     "arrow",
-    "requests",
+    "requests==2.5.3",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists