Skip to content

Commit

Permalink
pyproject: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Jun 3, 2024
1 parent d6e7761 commit 926a394
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 926a394

Please sign in to comment.