comparison setup.py @ 415:04e8b31fb245

Changed password crypting scheme to bcrypt, added dependency for setup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 20 Aug 2010 10:59:18 +0200
parents fadbb1eea649
children 25ab66a26975
comparison
equal deleted inserted replaced
414:27f801e03489 415:04e8b31fb245
22 "vcs>=0.1.4", 22 "vcs>=0.1.4",
23 "pygments>=1.3.0", 23 "pygments>=1.3.0",
24 "mercurial>=1.6", 24 "mercurial>=1.6",
25 "pysqlite", 25 "pysqlite",
26 "whoosh>=1.0.0b5", 26 "whoosh>=1.0.0b5",
27 "py-bcrypt",
27 ], 28 ],
28 setup_requires=["PasteScript>=1.6.3"], 29 setup_requires=["PasteScript>=1.6.3"],
29 packages=find_packages(exclude=['ez_setup']), 30 packages=find_packages(exclude=['ez_setup']),
30 include_package_data=True, 31 include_package_data=True,
31 test_suite='nose.collector', 32 test_suite='nose.collector',