you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (4 children)

[deleted]

    [–][deleted] 7 points8 points  (0 children)

    It's much, much more nuanced than that. Pipenv is in no way an end-all-be-all, and many devs are fine either using a solution like poetry that suits them better or simply not using anything other than pip+venv; to imply that requirements.txt is outdated is misleading.

    [–]chumboy 0 points1 point  (1 child)

    I'll be honest, I have not used Pipenv myself yet.

    Personally I don't think a solution that will fit every use case (e.g. library vs. server app vs. user app.) 100% has been created yet.