I'm trying to integrate django-rest-auth with django-allauth to support social login. So I tried the following, after the reading the doc ```pip install django-rest-auth[with_social]``` But I could not install the package with the error message returning `zsh: no matches found: django-rest-auth[with_social]` Any ideas why this happens? Thanks.