Browse Source

requirements: Added dependency to SQLAlchemy

Ask Solem 15 years ago
parent
commit
2e042f5e44
1 changed files with 1 additions and 0 deletions
  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"])