Mercurial > wikked
comparison setup.py @ 241:3580410865fe 0.4.0
Fix dependency on broken version of `py-bcrypt`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 28 Mar 2014 23:30:45 -0700 |
parents | bcbe934eab29 |
children | 9055434ebbd0 |
comparison
equal
deleted
inserted
replaced
240:68d6524a8333 | 241:3580410865fe |
---|---|
80 'Markdown==2.2.1', | 80 'Markdown==2.2.1', |
81 'Pygments==1.6', | 81 'Pygments==1.6', |
82 'SQLAlchemy==0.9.3', | 82 'SQLAlchemy==0.9.3', |
83 'Whoosh==2.5.5', | 83 'Whoosh==2.5.5', |
84 'colorama==0.2.7', | 84 'colorama==0.2.7', |
85 'py-bcrypt==0.2', | 85 'py-bcrypt==0.4', |
86 'pysqlite==2.6.3', | 86 'pysqlite==2.6.3', |
87 'pytest==2.5.2', | 87 'pytest==2.5.2', |
88 'repoze.lru==0.6', | 88 'repoze.lru==0.6', |
89 'python-hglib'], | 89 'python-hglib'], |
90 include_package_data=True, | 90 include_package_data=True, |