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