Comment (by jeremyswerdlow):
Can confirm the issue with the given command:
{{{
> python3 -m pip install django[argon2]
zsh: no matches found: django[argon2]
}}}
Running from zsh:
{{{
> zsh --version
zsh 5.8.1 (x86_64-apple-darwin21.0)
}}}
Running with the single quotes succeeds. If I run the current documented
command from `bash`, it is able to properly process.
--
Ticket URL: <https://code.djangoproject.com/ticket/34663#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.