Include an 'extra_requires' for bcrypt

This commit is contained in:
Alex Gaynor 2014-04-17 11:28:09 -07:00
parent 47927eb786
commit 464b98b1fe
2 changed files with 6 additions and 3 deletions

View file

@ -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',