diff options
Diffstat (limited to 'tools/patman/pyproject.toml')
-rw-r--r-- | tools/patman/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/pyproject.toml b/tools/patman/pyproject.toml index fcefcf66960..06e169cdf48 100644 --- a/tools/patman/pyproject.toml +++ b/tools/patman/pyproject.toml @@ -8,7 +8,7 @@ version = "0.0.6" authors = [ { name="Simon Glass", email="sjg@chromium.org" }, ] -dependencies = ["u_boot_pylib >= 0.0.6"] +dependencies = ["u_boot_pylib >= 0.0.6", "aiohttp >= 3.9.1" ] description = "Patman patch manager" readme = "README.rst" requires-python = ">=3.7" |