Re: [web2py] using a requirements file with a web2py application

2014-12-03 Thread Vinicius Assef
The correct approach is using virtualenv and installing dependencies inside your virtualenv. On Mon, Dec 1, 2014 at 11:49 AM, Jason Solack jsol...@sent.com wrote: Hello, i'm deploying some sites to apache and i'm wondering if there's built in support for a requirements file to ensure my project

[web2py] using a requirements file with a web2py application

2014-12-01 Thread Jason Solack
Hello, i'm deploying some sites to apache and i'm wondering if there's built in support for a requirements file to ensure my project is using the correct versions of packages. I had a recent sitiuation where updating pandas created a bit of headache and i'd like to avoid that in the future by