Files
Autogen-MCP-Server/requirements-dev.txt
KonnosPB c8cdb3cc28 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.
2025-07-06 23:27:07 +02:00

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