aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSix <unknown>2011-04-28 17:52:50 -0400
committerSix <unknown>2011-04-28 17:52:50 -0400
commit3fe643059112c5c0dec363f3f8dea64f9140ff78 (patch)
tree4f6f0edacc72a1299962c12186a650be5ce580ef
parentd24ddb03f550c1915a007b4fad4910435676e6ce (diff)
downloadd2-3fe643059112c5c0dec363f3f8dea64f9140ff78.tar.bz2
d2-3fe643059112c5c0dec363f3f8dea64f9140ff78.tar.xz
d2-3fe643059112c5c0dec363f3f8dea64f9140ff78.zip
added version number to whoosh
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 00ae3bc..2561116 100644
--- a/setup.py
+++ b/setup.py
@@ -31,9 +31,9 @@ setup(
31 author='Heather Zhong and Len Thomas', 31 author='Heather Zhong and Len Thomas',
32 author_email='hzhong@ag.com lthomas@ag.com', 32 author_email='hzhong@ag.com lthomas@ag.com',
33 zip_safe=False, 33 zip_safe=False,
34 install_requires=['pycurl', 'argparse', 'lxml', 'sqlalchemy ==0.6.5', 'ordereddict', 34 install_requires=['pycurl', 'argparse', 'lxml', 'sqlalchemy ==0.6.5',
35 'dodai ==0.4.1', 'xlrd', 'chardet', 'tornado ==1.1', 'whoosh', 35 'ordereddict', 'dodai ==0.4.1', 'xlrd', 'chardet',
36 'python-ldap'], 36 'tornado ==1.1', 'whoosh ==1.8.2', 'python-ldap'],
37) 37)
38 38
39try: 39try: