Use entities/urls in open command
[rainbowstream.git] / setup.py
index 1e28de91675187c5a91fd21d0c8a411bed1ae7f4..9a28b1ed62adf4074dc2116d2faefefcbc4deebf 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,16 +3,17 @@ import os
 import os.path
 
 # Bumped version
-version = '1.0.5'
+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