diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-13 21:20:51 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-13 21:20:51 +0000 |
| commit | a93381689d828d391008cc36444b657bcfae897b (patch) | |
| tree | bbd95ba7ca4fa7be7cb9ee908825f3c2a12c0126 | |
| parent | 3fd91222c6fb46bc2d5838229d7c54130619d73a (diff) | |
| download | pyramid-a93381689d828d391008cc36444b657bcfae897b.tar.gz pyramid-a93381689d828d391008cc36444b657bcfae897b.tar.bz2 pyramid-a93381689d828d391008cc36444b657bcfae897b.zip | |
Depend on FormEncode.
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,7 @@ setup(name='repoze.bfg', 'WebOb', 'Paste', 'z3c.pt', + 'FormEncode', ], tests_require=[ 'zope.interface', @@ -64,6 +65,7 @@ setup(name='repoze.bfg', 'WebOb', 'Paste', 'z3c.pt', + 'FormEncode', ], test_suite="repoze.bfg.tests", entry_points = """\ |
