fallback humanize function for arrow now supported locale
[rainbowstream.git] / setup.py
index d95c41177ee7ef83cb6ccc8335efa95283e90182..ee872910c6eeb760814efb55438bb587b7b89cc6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,11 +3,12 @@ import os
 import os.path
 
 # Bumped version
-version = '0.6.4'
+version = '1.0.0'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",