Update Python dependencies and Docker base image #5

Merged
overspend1 merged 1 commits from claude/update-python-dependencies-014tg34YRKZSXfGkU8DmaQpT into main 2025-11-21 13:07:23 +01:00

1 Commits

Author SHA1 Message Date
Claude
82b56cf209 fix: Resolve Docker build failures for frontend and backend
Backend fixes:
- Updated psutil from 5.9.8 to 6.1.0 for better ARM64 support and pre-built wheels

Frontend fixes:
- Created missing lib/api/client.ts with axios API client
- Created missing lib/hooks/useStats.ts with system statistics hooks
- Created missing lib/hooks/useBots.ts with bot management hooks
- Fixed .gitignore to not ignore frontend/lib/ directory

These changes resolve the build errors:
- Backend: psutil compilation failure on aarch64
- Frontend: Missing module @/lib/hooks/useStats
2025-11-21 12:05:24 +00:00