codeforamerica/brigade

Clearly specify python version and set versions in requirements.txt

nikolajbaer opened this issue · 1 comments

Hi,

I tried to set up a virtualenv in python 3.6 and am running into some issues. I am thinking this has to do with version changes both in python (from 3.5?), and possibly in the requirements. If the README.txt could clearly specify what version of python the site is currently tested (major/minor, e.g. 3.5, shoud be sufficient), it would help eliminate any uncertainty.

Ideally the requirements.txt would also contain fully specified versions so that newcomers can replicate the current production environment, and also to prevent issues on future deployments.

This can be done by running a "pip freeze" in the current working environment, and updating the requirements.txt file with those version numbers.

Closing this, as I found the "runtime.txt" file. Comment still stands on requirements.txt