Changeset 494

Show
Ignore:
Timestamp:
08/01/07 21:31:17 (1 year ago)
Author:
brian
Message:

now depending on SQLAlchemy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pagoda/branches/cleanslate/Pagoda/setup.py

    r493 r494  
    3131    download_url=DOWNLOAD_URL, 
    3232    license=LICENSE, 
    33     install_requires=["TurboGears >= 1.0.3", "ToscaWidgets", "dateutil"], 
     33    install_requires=[ 
     34        "TurboGears >= 1.0.3", 
     35        "ToscaWidgets", 
     36        "SQLAlchemy >= 0.3.8", 
     37        "dateutil" 
     38    ], 
    3439    # dependency_links=[ 
    3540    #     'http://toscawidgets.org/download/', 

Log in as guest/pagoda to create tickets