diff pyproject.toml @ 96:90d094bcf005

add aiohttp
author drewp@bigasterisk.com
date Sat, 21 May 2022 22:16:26 -0700
parents 5ebb6129c035
children a4a060241c73
line wrap: on
line diff
--- a/pyproject.toml	Mon May 30 20:30:25 2022 -0700
+++ b/pyproject.toml	Sat May 21 22:16:26 2022 -0700
@@ -10,6 +10,7 @@
     "prometheus-client>=0.13.1",
     "starlette-exporter>=0.12.0",
     "asyncinotify>=2.0.2",
+    "aiohttp>=3.8.1",
 ]
 requires-python = ">=3.9"