Closed rougeth closed 6 years ago
"requirement" pins, I don't want to have Bottery broken because of a dependency change.
Sounds good. 👍
Can we use Pipfile instead or its just too soon?
Closing this one here, cannot see why Pipfile would help us here.
@rougeth what pins do you have in mind? "hard" pins (
requests==2.18.0
) or "requirement" pins (requests>=2.16
), IOW, pinning because you depend on a feature available starting from a specific version of a package?