Skip to content

Commit

Permalink
MNT: remove aiohttp from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
genematx committed Oct 22, 2024
1 parent 9c5388b commit c008b5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ tiled = "tiled.commandline.main:main"

# This is the union of all optional dependencies.
all = [
"aiohttp",
"aiofiles",
"aiosqlite",
"alembic",
Expand Down Expand Up @@ -191,7 +190,6 @@ minimal-client = [
]
# These are the requirements needed for basic server functionality.
minimal-server = [
"aiohttp",
"aiofiles",
"aiosqlite",
"alembic",
Expand Down Expand Up @@ -227,7 +225,6 @@ minimal-server = [
]
# This is the "kichen sink" fully-featured server dependency set.
server = [
"aiohttp",
"aiofiles",
"aiosqlite",
"alembic",
Expand Down

0 comments on commit c008b5d

Please sign in to comment.