We should search the top-level workspace directory and one level down for any (.+-)?requirements(-.+)?.txt files as well as requirements directory at the top-level with any *.txt files. We can present a quick pick for people to choose which requirements they want installed (and we can default to something reasonable, although what "reasonable" is I'm not sure 😅).
We should search the top-level workspace directory and one level down for any
(.+-)?requirements(-.+)?.txtfiles as well asrequirementsdirectory at the top-level with any*.txtfiles. We can present a quick pick for people to choose which requirements they want installed (and we can default to something reasonable, although what "reasonable" is I'm not sure 😅).