Requiring mongokit

This commit is contained in:
Christopher Allan Webber 2011-03-24 19:54:06 -05:00
parent 7846e40608
commit 508775bd23

View File

@ -14,6 +14,7 @@ setup(
'beaker', 'beaker',
'routes', 'routes',
'pymongo', 'pymongo',
'mongokit',
'webob', 'webob',
'wtforms', 'wtforms',
], ],