pin requirements with `pip freeze`
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 6 Sep 2016 02:25:08 +0000 (19:25 -0700)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 6 Sep 2016 02:25:08 +0000 (19:25 -0700)
commit1cc2940fc0b8ad5a7354c84ccb8d7d69efd45f3a
tree03f184f40c453a28d832d56a60ed968ea93f6334
parent1d61d743b4be30dd92024d9056df552929161d2a
pin requirements with `pip freeze`

I mean, I think there's a strong case that redirecting `pip freeze` to a
file pins too much (by printing everything in your virtualenv, not just
your first-order dependencies; in contrast, Cargo, Bundler, &c. are
smart enough to distinguish), but it's better than not having any idea
what software was used to make the site.
requirements.txt [new file with mode: 0644]