Merge pull request #77 from nwtti/master
[rainbowstream.git] / setup.py
index eae5ce82da4134d05c2545e6a2d0b73ff171d49e..fc7a1afc58ea426ca0b23b6d7fc1df75e4931531 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.3'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",
     "Pillow",
-    "tzlocal",
+    "PySocks"
 ]
 
 # Copy default config if not exists