diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index df683a146f..7a28b28364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -226,6 +226,8 @@ pydantic = ">=1.7.4, <3" # needed. setuptools_rust = ">=1.3" +uvloop = ">=0.19.0" + # Optional Dependencies # --------------------- |