Fix bug when start with public stream
[rainbowstream.git] / setup.py
index b81a321bf8a5018411007bdef3ab3613402e71cf..084daf3a5ad7d01b7208a40611f325609012a257 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,15 +3,17 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.4'
+version = '1.2.5'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists