Merge branch 'master' of github.com:DTVD/rainbowstream
[rainbowstream.git] / setup.py
index d225ebd921e088068f24a492731188b33ba56f53..cab2f3ab303f98e67978bd5aaed3122ca4ecd76c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,15 +3,17 @@ import os
 import os.path
 
 # Bumped version
-version = '0.6.1'
+version = '1.2.8'
 
 # Require
 install_requires = [
     "python-dateutil",
-    "requests",
+    "arrow",
+    "requests==2.5.3",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists