Add python2 compatibility to PR #66
[rainbowstream.git] / setup.py
index 043b9c58233d0ea5f47d29746a8188b39f132513..c86e68c8b18dfc6e17ff6aff1b0e7132aa1d34a1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,15 +3,17 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.6'
+version = '1.1.5'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists