Let -hr work with Python2
[rainbowstream.git] / setup.py
index eae5ce82da4134d05c2545e6a2d0b73ff171d49e..93c44438adee4a001c02aba41d50ef25061a992d 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.2.7'
 
 # Require
 install_requires = [
     "python-dateutil",
-    "requests",
+    "arrow",
+    "requests==2.5.3",
     "pyfiglet",
     "twitter",
     "Pillow",
-    "tzlocal",
+    "PySocks"
 ]
 
 # Copy default config if not exists