Переглянути джерело

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