Changeset 10394 for main/waeup.cas/trunk/setup.py
- Timestamp:
- 4 Jul 2013, 09:04:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.cas/trunk/setup.py
r10357 r10394 22 22 'setuptools', 23 23 'webob', 24 'SQLAlchemy', 24 25 ] 25 26 if sys.version_info < (3, 1):27 install_requires.append('pysqlite') # included in Python >= 3.128 26 29 27 tests_require = [ … … 31 29 'pytest-cov', 32 30 'PasteDeploy', 31 'WebTest', 33 32 ] 34 33 … … 67 66 entry_points="""[paste.app_factory] 68 67 server = waeup.cas:make_cas_server 68 [waeup.cas.authenticators] 69 dummy = waeup.cas.authenticators:DummyAuthenticator 69 70 """, 70 71 )
Note: See TracChangeset for help on using the changeset viewer.