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
So looking at the message in the logs I was concerned that the requirements.txt file was literally generated from pyproject.toml. Which in my mind meant not using the lock file (i.e. poetry.lock) and this resulting in non-deterministic and different environment between local and CI/CD.
Only after reading the docs I realized that what this plugin does is "the right thing", i.e. just call poetry export.
I'm happy to submit a PR to change the wording a little bit to make it less concerning, but first I wanna ask WDYT about it?