Thank you for looking into this!
Another benefit alongside ease of install and discoverability, is that it
makes the requirements files of projects using Django more self-documenting
(in that it avoids stray dependency entries that appear to be unused, but
actually aren't - and so need a commen
Op 11-12-17 om 11:26 schreef jr...@leukeleu.nl:
Django has a number of optional features that require the installation
of additional Python packages.
>
> ... snip ...
I've created a pull request adding the optional dependencies found in
the test requirements: https://github.com/django/django/
Django has a number of optional features that require the installation of
additional Python packages.
Right now it's possible to $ pip install Django[bcrypt,argon2] to install
Django and the optional packages (at the correct minimum version) required
for bcrypt/argon2 support.
However this