Follow-up discussion of #92
@hms5232 got your point 👌
@afunTW I don't think we can/should generate/update requirements.txt in CI pipeline. CI shouldn't make changes to the source repo, isn't it?
IIRC, the export command of Poetry can be used to generate requirements.txt. So, in practice, we can either ask developers to remember to run the command every time they update dependency, or just document the generation command in README.md for users who really want to use requirements.txt. 🤣
Not sure if there are other ways.
Follow-up discussion of #92
@hms5232 got your point 👌
@afunTW I don't think we can/should generate/update
requirements.txtin CI pipeline. CI shouldn't make changes to the source repo, isn't it?IIRC, the
exportcommand of Poetry can be used to generaterequirements.txt. So, in practice, we can either ask developers to remember to run the command every time they update dependency, or just document the generation command in README.md for users who really want to use requirements.txt. 🤣Not sure if there are other ways.