Thanks again Christopher.  After much fiddling, I came up with a
requirements.txt file that works for my TG 1.0 prod apps.

Here it is:

-f http://files.turbogears.org/eggs/
Cheetah==1.0
CherryPy==2.2.1
FormEncode==0.6
Paste==0.9.7
PasteScript==0.9.7
PasteDeploy==0.9.6
PyProtocols==1.0a0
RuleDispatch==0.5a0.dev_r2115
SQLObject==0.7.1dev_r1860
TurboCheetah==0.9.5
TurboGears==1.0
TurboJson==1.0
TurboKid==0.9.8
TurboMail==2.0.3
cElementTree==1.0.5_20051216
configobj==4.3.2
elementtree==1.2.6
kid==0.9.3
nose==0.9.0
psycopg2==2.0.5.1
setuptools==0.6c5
simplejson==1.3

Christopher Arndt wrote:

Aaron Bostick schrieb:

Thanks a bunch!  I didn't realize you could dump a listing like this.
What command did you use to produce this listing?

easy_install -zamxd <egg-cache> TurboGears # and some more packages
cd <egg-cache>
ls -1 | sed -e 's#-py2.4.egg##' -e 's#-py2.4-linux-i686.egg##' -e
's#-#==#' \
 > requirements.txt

+ some manual sorting

Chris

>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to