Enhance project structure and documentation
- 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.
This commit is contained in:
21
requirements-dev.txt
Normal file
21
requirements-dev.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user