Skip to content

Missing asgiref dependency for djangoย #2734

Closed
python-poetry/poetry-core
#55
@rhysmdnz

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).

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

Metadata

Assignees

No one assigned

    Labels

    area/coreRelated to the poetry-core librarykind/bugSomething isn't working as expectedstatus/waiting-on-coreRequires changes to poetry-core first

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions