Skip to content

Commit

Permalink
🔠 Sort imports Alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Nov 21, 2024
1 parent b4288a7 commit 52bfb9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ all = [
"aiosqlite",
"alembic",
"anyio",
"platformdirs",
"asgi-correlation-id",
"asyncpg",
"awkward >=2.4.3",
Expand Down Expand Up @@ -75,6 +74,7 @@ all = [
"packaging",
"pandas",
"pillow",
"platformdirs",
"prometheus_client",
"pyarrow",
"pydantic >=2, <3",
Expand Down Expand Up @@ -102,7 +102,6 @@ array = [
]
# This is the "kichen sink" fully-featured client dependency set.
client = [
"platformdirs",
"awkward >=2.4.3",
"blosc2; python_version >= '3.10'",
"dask[array]",
Expand All @@ -118,6 +117,7 @@ client = [
"numpy",
"orjson",
"pandas",
"platformdirs",
"pyarrow",
"pyyaml",
"rich",
Expand Down Expand Up @@ -173,14 +173,14 @@ formats = [
]
# These are the requirements needed for basic client functionality.
minimal-client = [
"platformdirs",
"entrypoints",
"httpx >=0.20.0,!=0.23.1",
"json-merge-patch",
"jsonpatch",
"jsonschema",
"msgpack >=1.0.0",
"orjson",
"platformdirs",
"pyyaml",
"rich",
"typer",
Expand All @@ -192,7 +192,6 @@ minimal-server = [
"aiosqlite",
"alembic",
"anyio",
"platformdirs",
"asgi-correlation-id",
"cachetools",
"canonicaljson",
Expand All @@ -207,6 +206,7 @@ minimal-server = [
"msgpack >=1.0.0",
"orjson",
"packaging",
"platformdirs",
"prometheus_client",
"pydantic >=2, <3",
"pydantic-settings >=2, <3",
Expand All @@ -227,7 +227,6 @@ server = [
"aiosqlite",
"alembic",
"anyio",
"platformdirs",
"asgi-correlation-id",
"asyncpg",
"awkward >=2.4.3",
Expand Down Expand Up @@ -255,6 +254,7 @@ server = [
"packaging",
"pandas",
"pillow",
"platformdirs",
"prometheus_client",
"pyarrow",
"pydantic >=2, <3",
Expand Down

0 comments on commit 52bfb9b

Please sign in to comment.