| 12345678910111213141516171819202122232425 |
- openpyxl
- # Core dependencies for Python service (ASCII only comments)
- # Web framework
- flask>=2.0.0
- flask-cors>=3.0.0
- # Browser automation
- playwright>=1.40.0
- # Xiaohongshu SDK (optional, API mode)
- xhs>=0.1.0
- # Image processing
- Pillow>=9.0.0
- # QR code generation (login)
- qrcode>=7.0
- # HTTP requests (call Node.js API)
- requests>=2.28.0
- # Async HTTP client (Baijiahao API)
- aiohttp>=3.8.0
|