mirror of
https://github.com/smittix/intercept.git
synced 2026-07-25 09:18:10 -07:00
cc5ccf75a2
Introduces an 'optionals' dependency group in pyproject.toml. There was a discrepancy because they had been added to requirements.txt at some point during the last few commits but not to .toml. Update on test_requirements.py to include and validate these optional dependencies. Enhances test logic to ensure all main, dev, and optional dependencies are checked for environment consistency.