Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Jan 24, 2025
1 parent cfd282f commit 1aad516
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ maintainers = [
]
requires-python = ">=3.9"

# All dependencies are optional; it depends on whether you are running
# a client or server (or both) and what data structures you care about.
# Dependencies common to both server and client; additional dependencies are
# available depending on whether you are running client/server/both, and what
# data structures you care about.
# Use pip install tiled[all] to get everything.
dependencies = [
"httpx >=0.20.0,!=0.23.1",
Expand Down

0 comments on commit 1aad516

Please sign in to comment.