mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Include an 'extra_requires' for bcrypt
This commit is contained in:
parent
47927eb786
commit
464b98b1fe
2 changed files with 6 additions and 3 deletions
3
setup.py
3
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue