From 926a394037b289a154afb45696dcb4b8ea5cde14 Mon Sep 17 00:00:00 2001 From: Bodong Yang Date: Mon, 3 Jun 2024 07:40:13 +0000 Subject: [PATCH] pyproject: minor fix --- pyproject.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5ba3bf21..bec245e60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,6 @@ [build-system] build-backend = "hatchling.build" -requires = [ - "hatch-vcs", - "hatchling>=1.20", -] +requires = ["hatch-vcs", "hatchling>=1.20"] [project] name = "otaclient" @@ -20,9 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -dynamic = [ - "version", -] +dynamic = ["version"] dependencies = [ "aiofiles==22.1", "aiohttp<3.10.0,>=3.9.5", @@ -34,7 +29,7 @@ dependencies = [ "pyOpenSSL==24.1", "PyYAML>=3.12", "requests<2.32.0,>=2.31", - 'typing_extensions>=4.6.3; python_version < "3.11"', + "typing_extensions>=4.6.3", "urllib3<2.0.0,>=1.26.8", "uvicorn[standard]==0.20", "zstandard==0.18",