I can't seem to find the exact answer here. Is it possible to work without requirements.txt at all?
With pip (or pipenv), if I have a virtual environment, I can generate requirements.txt easily.
But, what if I have a project where we're trying to move to using pipfiles entirely. How do I initialize the pipfile from the existing virtualenv? In such a way that I can get rid of requirements.txt
This worked for me:
-- In english:
The generated Pipfile will be version locked, but easy to edit.