Translate less html.
[mediagoblin.git] / setup.py
index ca7d4ae2ce5f58a01128a9365b0c15bc6652d15c..3e382e565a0fb360c98bdd5744bb11a02c827fb7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 MediaGoblin contributors.  See AUTHORS.
+# Copyright (C) 2011, 2012 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -62,6 +62,9 @@ setup(
         'webtest',
         'ConfigObj',
         'Markdown',
+        'sqlalchemy',
+        'sqlalchemy-migrate',
+        'kombu-sqlalchemy',
         ## For now we're expecting that users will install this from
         ## their package managers.
         # 'lxml',