Files
simple-nanoshare/cli/pyproject.toml
T
daniel156161 08d0d154c9
Build and Push Docker Container / build-and-push (push) Successful in 2m7s
fix(api): keep file event streams alive
- Disable the Quart response timeout for authenticated file event streams.
- Send SSE keepalives more often to avoid idle proxy disconnects.
- Treat remote stream interruptions as reconnectable disconnects in watch output.
- Bump NanoShare to 1.26.0 and the standalone CLI to 0.4.1.
2026-07-27 22:51:03 +02:00

21 lines
419 B
TOML

[project]
name = "nanoshare-cli"
version = "0.4.1"
description = "NanoShare desktop CLI and folder sync client"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"httpx==0.28.1",
"watchdog==6.0.0",
]
[project.scripts]
nanoshare = "nanoshare_client.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["nanoshare_client"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"