Closed kashev closed 8 years ago
I've now screwed this up twice now, but, CLOSED.
I realized that a lot of these are probably derived dependencies. It's not super important, but some time, down the road, we should sit down, decide what's strictly necessary, and then only list those.
Agreed. I think some of those were leftovers from the microblog tutorial as well.
Create a
requirements.txt
file at the top level of the repository which contains the python dependencies for the project.@daranguiz run
pip freeze > requirements.txt
inside of your virtualenv, and commit the file.