But I'm not very familiar with how dependency resolution works in the Python world. Do people tend to use requirements.txt or one of the newer tools like pipenv / poetry / pip-tools? Are there any other ways to specify dependencies in Python? What's the best way?
No comments yet.