mirror of
https://github.com/smittix/intercept.git
synced 2026-06-09 06:31:55 -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.