Comment on Boring Python: dependency management (2022)parentComments−nurettin2yyou would have to maintain two requirements files, and automate their concatenation. It's messy. With a versionless requirements.txt file, there is no guarantee that your project will work on pip install next year.
Comments
you would have to maintain two requirements files, and automate their concatenation. It's messy. With a versionless requirements.txt file, there is no guarantee that your project will work on pip install next year.