2
0

requirements.txt 435 B

12345678910111213141516171819202122232425262728293031
  1. # 223-236-template-6: BMAD Novel Translator
  2. # Python dependencies
  3. # State Machine
  4. transitions==0.9.0
  5. # Translation (ML models)
  6. torch>=2.6.0
  7. transformers==4.49.0
  8. sentencepiece==0.2.1
  9. # Testing
  10. pytest==7.4.0
  11. pytest-cov==4.1.0
  12. # Utilities
  13. pyyaml==6.0.1
  14. requests==2.31.0
  15. chardet>=5.0.0
  16. # UI (PyQt6 for Epic 7b)
  17. PyQt6==6.8.0
  18. # MCP Server
  19. fastmcp>=0.1.0
  20. mcp>=1.0.0
  21. pydantic>=2.0
  22. uvicorn>=0.30.0
  23. # Async Testing
  24. pytest-asyncio>=0.23.0