summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBrandon C. Irizarry <brandon.irizarry@gmail.com>2026-04-16 16:33:07 -0400
committerBrandon C. Irizarry <brandon.irizarry@gmail.com>2026-04-16 16:33:07 -0400
commit04990b33de1b24e9904b35a9563d5aaf37c5bf7d (patch)
treea04f4078abf1a5506562f1c2d19049c1ff652947 /pyproject.toml
parent172b87e3c552aa9274870ebe88ff99928cee4841 (diff)
chore: install aiohttp
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 649b32f..200bb2c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,9 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
-dependencies = []
+dependencies = [
+ "aiohttp>=3.13.5",
+]
[tool.basedpyright]
reportMissingTypeStubs=false