UNPKG

sophia-code

Version:

Production-ready agentic CLI code editor with AI-powered coding assistance, planning, and multi-agent delegation. Enterprise-grade security and reliability.

35 lines (29 loc) 869 B
# Development dependencies for Sophia - Production Ready # Last updated: 2025-08-08 # Code formatting and linting - pinned versions black==23.12.1 isort==5.13.2 flake8==7.0.0 mypy==1.8.0 ruff==0.1.9 # Fast Python linter # Testing - stable versions pytest==7.4.4 pytest-cov==4.0.0 pytest-mock==3.12.0 pytest-xdist==3.5.0 # Parallel test execution pytest-timeout==2.2.0 # Test timeout handling # Development tools - pinned versions pre-commit==3.6.0 python-dotenv==1.0.0 watchdog==3.0.0 # File watching for development # Documentation - stable versions sphinx==7.2.6 sphinx-rtd-theme==2.0.0 myst-parser==2.0.0 # Markdown support for Sphinx # Type checking - pinned versions types-requests==2.31.0.12 types-pyyaml==6.0.12.12 types-beautifulsoup4==4.12.0.7 # Security and quality bandit==1.7.5 # Security linter safety==3.0.1 # Dependency vulnerability scanner