Changed: Moved from global DBSession to dbsession injected into request
Version: Bumped to 4.0 Added: Dependency of pyramid_tm Changed: Changed from ACL Authorization to custom Permission Authorization Policy Using more of inbuilt functions. This should reduce the number of DB hits and improve performance
This commit is contained in:
3
setup.py
3
setup.py
@ -11,6 +11,7 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
|
||||
requires = [
|
||||
'pyramid',
|
||||
'waitress',
|
||||
'pyramid_tm',
|
||||
'transaction',
|
||||
'zope.sqlalchemy',
|
||||
'SQLAlchemy',
|
||||
@ -18,7 +19,7 @@ requires = [
|
||||
]
|
||||
|
||||
setup(name='brewman',
|
||||
version='3.3',
|
||||
version='4.0',
|
||||
description='brewman',
|
||||
long_description=README + '\n\n' + CHANGES,
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user