requirements.txt 392 B

12345678910111213141516171819202122232425
  1. openpyxl
  2. # Core dependencies for Python service (ASCII only comments)
  3. # Web framework
  4. flask>=2.0.0
  5. flask-cors>=3.0.0
  6. # Browser automation
  7. playwright>=1.40.0
  8. # Xiaohongshu SDK (optional, API mode)
  9. xhs>=0.1.0
  10. # Image processing
  11. Pillow>=9.0.0
  12. # QR code generation (login)
  13. qrcode>=7.0
  14. # HTTP requests (call Node.js API)
  15. requests>=2.28.0
  16. # Async HTTP client (Baijiahao API)
  17. aiohttp>=3.8.0