Mercurial > wikked
changeset 266:5e8041f8035b
Remove requirement on `bcrypt`. It's optional and hard to install on Windows.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 25 Sep 2014 07:51:45 -0700 |
parents | 79b2788c75b2 |
children | 5da3ff3305b8 |
files | requirements.txt |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/requirements.txt Thu Sep 25 07:51:08 2014 -0700 +++ b/requirements.txt Thu Sep 25 07:51:45 2014 -0700 @@ -1,5 +1,4 @@ Flask==0.10.1 -Flask-Bcrypt==0.5.2 Flask-Login==0.2.10 Flask-Script==0.5.1 Jinja2==2.7.2 @@ -8,8 +7,6 @@ SQLAlchemy==0.9.3 Whoosh==2.5.5 colorama==0.2.7 -py-bcrypt==0.4 -pysqlite==2.6.3 pytest==2.5.2 repoze.lru==0.6 python-hglib