Implement a feature that generates requirements.txt
based on user code
#6698
StellaHuang95
started this conversation in
Enhancement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of our users has proposed a feature in Pylance that generates
requirements.txt
based on imports in project.There are third-party tools like
pipreqs
that generates arequirements.txt
based on your project’s imports, but user thinks it's good to have it in Pylance since they don't have to install another module, so create a discussion item here to gather other users' thoughts.Beta Was this translation helpful? Give feedback.
All reactions