From b86d0a3b0b4c8a0c643393a76b7e4975363d49ca Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 16 Mar 2024 11:37:48 +0100 Subject: [PATCH] Remove unused aiofiles dependency --- poetry.lock | 13 +------------ pyproject.toml | 1 - 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 194afe6..1a9f18b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,16 +1,5 @@ # This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. -[[package]] -name = "aiofiles" -version = "23.2.1" -description = "File support for asyncio." -optional = false -python-versions = ">=3.7" -files = [ - {file = "aiofiles-23.2.1-py3-none-any.whl", hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107"}, - {file = "aiofiles-23.2.1.tar.gz", hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"}, -] - [[package]] name = "aiolimiter" version = "1.1.0" @@ -1397,4 +1386,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fd7c319b6da1aa05d332e9a05764c28ef4ef13784d91b9eb5ae2cf4ee66efe27" +content-hash = "df237dd607a83f87a802c43aa99aad5b165a16ff2c7e5badd39ce9397099a9b6" diff --git a/pyproject.toml b/pyproject.toml index 00e7b43..70c65b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ python = "^3.10" httpx = {extras = ["http2"], version = "^0.27.0"} fastapi = "^0.110.0" uvicorn = {extras = ["standard"], version = "^0.28.0"} -aiofiles = "^23.1.0" jinja2 = "^3.1.2" fastapi-etag = "^0.4.0" gunicorn = "^21.0.1"