Add Pocket support
[rainbowstream.git] / setup.py
index 472666ad37552768df358b949cc15d6a8de53b4e..99b932f9cbd67565e1e12dbc73494293e1c7ebed 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 import os.path
 
 # Bumped version
-version = '1.1.4'
+version = '1.2.7'
 
 # Require
 install_requires = [
@@ -13,7 +13,8 @@ install_requires = [
     "pyfiglet",
     "twitter",
     "Pillow",
-    "PySocks"
+    "PySocks",
+    "pocket"
 ]
 
 # Copy default config if not exists