You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, requirements.txt contains dependencies of the dependencies in pyproject.toml. It's the dependency diff (i.e. those that are in requirements.txt but not in pyproject.toml) that is being flagged by tach check-external. I imagine this would likely be an issue for projects that use uv's uv.lock file or poetry'spoetry.lock as well (but that's not what my team is blocked by).