I recommend you start with clean setup.py and development/production.inis from 1.2 and then fill it up with your config. Also good thing to watch the changelog for (breaking) changes. I also recommend you lock the libs to specific version your app is tested against, ie. don't use >= but == for version specification. You can always later check for updates, test if the latest version works and then update the setup.py and pip install the updates.
.oO V Oo. On 10/19/2011 02:34 PM, neurino wrote:
P.S.: I guess I'll have to replace `repoze.tm2>=1.0b1` with `pyramid_tm` in my setup.py....
-- 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.
