diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-01-23 16:47:30 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-01-23 16:47:30 -0600 |
commit | 394a4a37f7f71a6182d47cf7e6fcdf4fcccddd5d (patch) | |
tree | 7b8bf9fc83adb167d871f64fd9a0e8e6415dddce /setup.py | |
parent | b0118957ff3304226f3500b4f5cfaecc41e9ee48 (diff) | |
download | mediagoblin-394a4a37f7f71a6182d47cf7e6fcdf4fcccddd5d.tar.lz mediagoblin-394a4a37f7f71a6182d47cf7e6fcdf4fcccddd5d.tar.xz mediagoblin-394a4a37f7f71a6182d47cf7e6fcdf4fcccddd5d.zip |
require mock for the new uuid-mocking tests
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ setup( 'Markdown', 'sqlalchemy>=0.7.0', 'sqlalchemy-migrate', + 'mock', ## This is optional! # 'translitcodec', ## For now we're expecting that users will install this from |