release: nexus btpanel session fix and app-v2

This commit is contained in:
Codex Release Bot
2026-07-08 22:31:31 +08:00
commit 1933f0af6e
2457 changed files with 350105 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Nexus — Development & Gate Check Dependencies
# These are NOT needed for production runtime
# Install: pip install -r requirements-dev.txt
# Gate 4: Lint
ruff>=0.11.0
# Gate 6: Security Scan
bandit>=1.9.0
# Unit Testing
pytest>=8.0
pytest-asyncio>=0.24
httpx>=0.28
aiosqlite>=0.20
# Needed on Windows Python builds for zoneinfo.ZoneInfo("Asia/Shanghai") in tests.
tzdata>=2025.2
# Type Checking (optional, not yet in gate)
# mypy>=1.14