On Jan 14, 8:05 pm, webjunkie <[email protected]> wrote: > I'm in the process of deploying my app, and when I take a look at setup.py I > see that the install_requires section only has Pylons and SQLAlchemy but > I've been installing other components through easy install like > turbomail,repoze.who, etc. Why they don't show up in the install_requires > section?, do I have to type them manually?, is there a way to update > install_requires in setup.py when you add new components?.
Thanks guys, this is really helpful. I got a bit frustrated because I wasn't keeping track of dependencies. @Rob I was looking at the easy_intall.pth file, but pip freeze is much better thanks!. @Alice Your framework is excellent, so simple to use :D. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
