# FastMVC Ecosystem Full Stack — Local Development
# Install with: pip install -r requirements.txt

# Development Tools
click>=8.0
pyyaml>=6.0
pre-commit>=3.0
rich>=13.0
questionary>=2.0
pytest>=8.0
pytest-cov>=4.0
pytest-mock>=3.0

# FastMVC Core Ecosystem (installed in editable mode)
-e ../fast_platform
-e ../fast_middleware
-e ../fast_database
-e ../fast_dashboards
-e ../fast_mvc
