Y
Hacker News
new
|
ask
|
show
|
jobs
by
rspeer
2805 days ago
What would requirements.txt even _do_ in a library? AFAIK that file isn't even read when packaging, distributing, and installing libraries.
1 comments
lmm
2805 days ago
Well presumably you want some way to have all the developers working on a library be using the same version of upstream libraries that that library depends on.
link