version command fixed
[rainbowstream.git] / setup.py
index ecadbcdf4abd1b2feb79c42c256b62cd27c9b38f..10f509425497b7aafdb1c549a2dad9e2a3b64178 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,16 +3,17 @@ import os
 import os.path
 
 # Bumped version
-version = '1.0.1'
+version = '1.3.3'
 
 # Require
 install_requires = [
     "python-dateutil",
     "arrow",
-    "requests",
+    "requests==2.5.3",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists