Add Pocket support
[rainbowstream.git] / setup.py
index 2acfb8200b63dccef2913b85703ac2c845b5a7b1..99b932f9cbd67565e1e12dbc73494293e1c7ebed 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,15 +3,18 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.3'
+version = '1.2.7'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",
     "Pillow",
+    "PySocks",
+    "pocket"
 ]
 
 # Copy default config if not exists