Improvements to nicks handling in 'repall' command:
[rainbowstream.git] / setup.py
index 48949bc25806fa3dc86ce976d2972e9fac37c393..32e1d62b4da44375be8d36f91bea0affddd1b59d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,15 +3,17 @@ import os
 import os.path
 
 # Bumped version
-version = '0.6.8'
+version = '1.2.6'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks"
 ]
 
 # Copy default config if not exists