Let -hr work with Python2
[rainbowstream.git] / setup.py
index 90653fd8985833ba42352adc3c9a07ec92a2ba44..93c44438adee4a001c02aba41d50ef25061a992d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,15 +3,17 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.5'
+version = '1.2.7'
 
 # Require
 install_requires = [
     "python-dateutil",
-    "requests",
+    "arrow",
+    "requests==2.5.3",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists