Add explicit asgiref dependency (#1667)

We use `asgiref` as a direct dependency

ab94e2aaa6/connexion/decorators/main.py (L7)

So should add it explicitly as well.

This issue is hidden in our tests since we install all extras. To
prevent this, we need to address
https://github.com/spec-first/connexion/issues/1389.
This commit is contained in:
Robbe Sneyders
2023-03-06 22:19:13 +01:00
committed by GitHub
parent e9b28d486e
commit cd64611747

View File

@@ -45,6 +45,7 @@ connexion = 'connexion.cli:main'
[tool.poetry.dependencies]
python = '^3.7'
asgiref = "^3.4"
clickclick = ">= 1.2, < 21"
httpx = "^0.23"
importlib_metadata = { version = "^6.0.0", python = "<3.8" }