buildout.cfg
changeset 519 84709567f47a
parent 516 a552aeb7cb4e
child 552 4ad59c93c2bd
equal deleted inserted replaced
518:92d2f8fb6d09 519:84709567f47a
     1 [buildout]
     1 [buildout]
     2 parts = 
     2 parts = 
     3     django
     3     django
     4     tagging
     4     tagging
     5     django-robots
     5     django-robots
     6     south
       
     7     registration
     6     registration
     8     django-command-extensions
     7     django-command-extensions
     9 eggs = 
     8 eggs = 
    10     PIL
     9     PIL
    11     psycopg2
    10     psycopg2
    12     pygments
    11     pygments
       
    12     South
    13     Werkzeug
    13     Werkzeug
    14 
    14 
    15 [django]
    15 [django]
    16 recipe = djangorecipe
    16 recipe = djangorecipe
    17 version = 1.2.4
    17 version = 1.2.4
    21     ${buildout:eggs}
    21     ${buildout:eggs}
    22 pythonpath = 
    22 pythonpath = 
    23     ${django-command-extensions:location}
    23     ${django-command-extensions:location}
    24     ${tagging:location}
    24     ${tagging:location}
    25     ${django-robots:location}
    25     ${django-robots:location}
    26     ${south:location}
       
    27     ${registration:location}
    26     ${registration:location}
    28 
    27 
    29 [tagging]
    28 [tagging]
    30 recipe = infrae.subversion
    29 recipe = infrae.subversion
    31 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    30 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    32 
    31 
    33 [django-robots]
    32 [django-robots]
    34 recipe = mercurialrecipe
    33 recipe = mercurialrecipe
    35 repository = https://bitbucket.org/jezdez/django-robots/
    34 repository = https://bitbucket.org/jezdez/django-robots/
    36 
    35 
    37 [south]
       
    38 recipe = mercurialrecipe
       
    39 repository = https://bitbucket.org/andrewgodwin/south/
       
    40 
       
    41 [registration]
    36 [registration]
    42 recipe = mercurialrecipe
    37 recipe = mercurialrecipe
    43 repository = https://bitbucket.org/ubernostrum/django-registration/
    38 repository = https://bitbucket.org/ubernostrum/django-registration/
    44 
    39 
    45 [django-command-extensions]
    40 [django-command-extensions]