diff --git a/pyproject.toml b/pyproject.toml index b0751ac..cc3f3c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,8 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "tiktoken>=0.5.2" + "tiktoken>=0.5.2", + "aiohttp>=3.9.3" ] [project.optional-dependencies]