Ignore:
Timestamp:
4 Jul 2013, 09:04:41 (11 years ago)
Author:
uli
Message:

Store work from last days.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/setup.py

    r10357 r10394  
    2222    'setuptools',
    2323    'webob',
     24    'SQLAlchemy',
    2425    ]
    25 
    26 if sys.version_info < (3, 1):
    27     install_requires.append('pysqlite')  # included in Python >= 3.1
    2826
    2927tests_require = [
     
    3129    'pytest-cov',
    3230    'PasteDeploy',
     31    'WebTest',
    3332    ]
    3433
     
    6766    entry_points="""[paste.app_factory]
    6867    server = waeup.cas:make_cas_server
     68    [waeup.cas.authenticators]
     69    dummy = waeup.cas.authenticators:DummyAuthenticator
    6970    """,
    7071)
Note: See TracChangeset for help on using the changeset viewer.