diff options
| author | iElectric <unknown> | 2009-08-07 12:58:04 +0200 |
|---|---|---|
| committer | iElectric <unknown> | 2009-08-07 12:58:04 +0200 |
| commit | 3d3f4e0391c785b32d1c10ff7b73bfcad1d550ed (patch) | |
| tree | e1e3d83c23f06652764e4ace4eba8e765885c9cf /setup.py | |
| parent | 78ce747e250d9ac995cfea4c7e67e775b2e77abe (diff) | |
| download | sqlalchemy-migrate-3d3f4e0391c785b32d1c10ff7b73bfcad1d550ed.tar.gz | |
we are using Tempita for templates; adding most basic pylons template
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ except ImportError: pass test_requirements = ['nose >= 0.10'] -required_deps = ['sqlalchemy >= 0.5', 'decorator'] +required_deps = ['sqlalchemy >= 0.5', 'decorator', 'tempita'] readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README')) setup( |
