- Updated code structure in documentation for clarity. - Added example configuration file for AutoGen-MCP-Server. - Created detailed logs directory documentation. - Expanded development requirements with additional tools. - Updated core requirements with new dependencies. - Added module docstrings for better code understanding. - Introduced a web UI template for configuration management. - Implemented integration and unit test structure.
22 lines
386 B
Plaintext
22 lines
386 B
Plaintext
# Development Requirements - zusätzlich zu requirements.txt
|
|
|
|
# Code Quality
|
|
pre-commit>=3.5.0
|
|
bandit>=1.7.5
|
|
|
|
# Testing
|
|
pytest-xdist>=3.3.0 # Parallel testing
|
|
pytest-mock>=3.12.0
|
|
httpx>=0.25.0 # For testing FastAPI endpoints
|
|
|
|
# Development Tools
|
|
ipython>=8.16.0
|
|
jupyter>=1.0.0
|
|
|
|
# Documentation
|
|
mkdocs-mermaid2-plugin>=1.1.0
|
|
|
|
# Type Checking
|
|
types-PyYAML>=6.0.0
|
|
types-requests>=2.31.0
|