浏览代码

requirements: Added dependency to SQLAlchemy

Ask Solem 15 年之前
父节点
当前提交
2e042f5e44
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -58,6 +58,7 @@ except ImportError:
 install_requires.extend([
     "python-dateutil",
     "mailer",
+    "sqlalchemy",
     "anyjson",
     "carrot>=0.10.4",
     "billiard>=0.3.0"])