소스 검색

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"])