Closed yunti closed 6 years ago
Currently when trying to add packages to be installed with pipenv to the pipfile such as
django-storages[boto3] django-anymail[mailgun]
django-storages[boto3]
django-anymail[mailgun]
these generate a syntax error with the TOML format.
It's not clear from the docs (or past issues) whether these are supported or what the alternative should be?
Found in the pipfile docs eg requests = { extras = ['socks'] }
Currently when trying to add packages to be installed with pipenv to the pipfile such as
django-storages[boto3]
django-anymail[mailgun]
these generate a syntax error with the TOML format.
It's not clear from the docs (or past issues) whether these are supported or what the alternative should be?