Remove unused aiofiles dependency

This commit is contained in:
Christoph Reiter
2024-03-16 11:37:48 +01:00
parent 5d942adfb7
commit b86d0a3b0b
2 changed files with 1 additions and 13 deletions

13
poetry.lock generated
View File

@@ -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"

View File

@@ -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"