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