Explicitly mention anyio as a dependency
This is already in via fastapi, but I just got caught out by a v3 -> v4 change. I've added a dependency to make this explicit.
This commit is contained in:
parent
d561ff4484
commit
deeb2c7b9b
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ dependencies = [
|
|||
"numpy ~= 1.20",
|
||||
"scipy ~= 1.6",
|
||||
"opencv-python ~= 4.7.0",
|
||||
"anyio ~= 4.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue