From 464b98b1feda5e5b41c961cf4386cc116f1618bd Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 17 Apr 2014 11:28:09 -0700 Subject: Include an 'extra_requires' for bcrypt --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 85e154907c..83fd792ffa 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,9 @@ setup( entry_points={'console_scripts': [ 'django-admin = django.core.management:execute_from_command_line', ]}, + extras_require={ + "bcrypt": ["bcrypt"], + }, zip_safe=False, classifiers=[ 'Development Status :: 3 - Alpha', -- cgit v1.3