Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/dashboard/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=68"]
requires = ["setuptools>=82.0.1"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -15,7 +15,7 @@ license = { text = "MIT" }
dependencies = [
"aiohttp>=3.10.11",
# [socks] pulls in PySocks so the XvB stats fetch can route over the Tor SOCKS proxy (#163).
"requests[socks]>=2.32.4",
"requests[socks]>=2.34.2",
# grpcio/protobuf floors are dictated by the checked-in Tari gRPC stubs
# (mining_dashboard/client/tari/generated/*_pb2*.py), which assert these at
# import time. Do not resolve lower; regenerate the stubs if bumping.
Expand Down
2 changes: 1 addition & 1 deletion build/dashboard/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.