How does TechStack work
Hi @CorrectRoadH, thanks for your work. I am curious how this TechStack works when accessing the Tech information. For example, I provide the pyproject.toml for my project, can it read and extract information?
See the attachment and the repo in the attachment is: https://github.com/mikami520/MultiHem
This plugin obtains dependency configuration by reading configuration files. For Python, it currently reads requirements.txt. Thank you for your feedback. I will add support for pyproject.toml in the near future.
This plugin obtains dependency configuration by reading configuration files. For Python, it currently reads
requirements.txt. Thank you for your feedback. I will add support forpyproject.tomlin the near future.
Thank you for your hard work