Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto detect new dependencies and update requirements.txt #47

Open
rathorevaibhav opened this issue Mar 9, 2021 · 0 comments
Open

Auto detect new dependencies and update requirements.txt #47

rathorevaibhav opened this issue Mar 9, 2021 · 0 comments
Labels
good first issue Good for newcomers priority : low Low priority item

Comments

@rathorevaibhav
Copy link
Contributor

Describe the task
Adding new dependencies is a manual step right now. The developer needs to run the following command in order to stay up to date:

pip freeze > requirements.txt

Expected behavior
We need an automated way that automatically captures when a new package is installed (maybe when we run pip install) and adds it to requirements.txt. Something like npm does when we use npm install, it adds to package.json and package-lock.json

@rathorevaibhav rathorevaibhav added the good first issue Good for newcomers label Mar 9, 2021
@dalmia dalmia added the priority : low Low priority item label Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers priority : low Low priority item
Projects
None yet
Development

No branches or pull requests

2 participants