Browse Source

add timer2 to install_requires

fredj 14 năm trước cách đây
mục cha
commit
c93a84350c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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):