Browse Source

add timer2 to install_requires

fredj 14 years ago
parent
commit
c93a84350c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -40,7 +40,8 @@ install_requires.extend([
     "sqlalchemy",
     "anyjson",
     "carrot>=0.10.5",
-    "pyparsing"])
+    "pyparsing",
+    "timer2"])
 
 py_version = sys.version_info
 if sys.version_info < (2, 6):