Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).
- OS version and name: Arch Linux
- Poetry version: 1.1.0b2
- Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/rhysmdnz/d6e0d09b0b2ae22aa6e979f1c1e2d371
Issue
The asgiref dependency for django doesn't show up in the list of resolved dependencies. As far as i can see it's listed in the pypi json as "asgiref (~=3.2)"
. This was working yesterday and I'm not sure what's changed. As far as I'm aware my python environment and poetry version haven't.
$ poetry show django
name : django
version : 3.0.8
description : A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
dependencies
- pytz *
- sqlparse >=0.2.2