TechStack icon indicating copy to clipboard operation
TechStack copied to clipboard

How does TechStack work

Open mikami520 opened this issue 10 months ago • 2 comments

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

Image

mikami520 avatar Apr 13 '25 01:04 mikami520

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.

CorrectRoadH avatar Apr 13 '25 03:04 CorrectRoadH

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.

Thank you for your hard work

mikami520 avatar Apr 13 '25 03:04 mikami520