|
|
|
|
|
by woodruffw
485 days ago
|
|
Maybe I'm missing something, but why wouldn't you just pin to an exact version of `requests` (or whatever) instead? I think that would be equivalent in practice to limiting resolutions by release date, except that it would express your intent directly ("resolve these known working things") rather than indirectly ("resolve things from when I know they worked"). |
|
To be clear, a lock file is strictly the better option—but for single file scripts it's a bit overkill.