extended commit (see note)
- Cleaned up dependencies. - Added ``rattail.pyramid.includeme()``. - Added ``CustomerGroup`` CRUD view (read only). - Added hot links to ``Customer`` CRUD view. - Added ``Store`` index, CRUD views. - Updated ``rattail.pyramid.views.includeme()``. - Added ``email_preference`` to ``Customer`` CRUD.
This commit is contained in:
parent
123fa375ea
commit
1578dd3b55
10 changed files with 237 additions and 109 deletions
20
setup.py
20
setup.py
|
@ -62,26 +62,8 @@ requires = [
|
|||
#
|
||||
# package # low high
|
||||
|
||||
# Beaker dependency included here because 'pyramid_beaker' uses incorrect
|
||||
# case in its requirement declaration.
|
||||
'Beaker', # 1.6.3
|
||||
|
||||
# Pyramid 1.3 introduced 'pcreate' command (and friends) to replace
|
||||
# deprecated 'paster create' (and friends).
|
||||
'pyramid>=1.3a1', # 1.3b2
|
||||
|
||||
'decorator', # 3.3.2
|
||||
'Mako', # 0.6.2
|
||||
'pyramid_beaker', # 0.6.1
|
||||
'pyramid_debugtoolbar', # 1.0
|
||||
'pyramid_tm', # 0.3
|
||||
'edbob[db,pyramid]>=0.1a13', # 0.1a14.dev
|
||||
'rattail>=0.3a4', # 0.3a5.dev
|
||||
'SQLAlchemy', # 0.7.6
|
||||
'Tempita', # 0.5.1
|
||||
'transaction', # 1.2.0
|
||||
'waitress', # 0.8.1
|
||||
'WebHelpers', # 1.3
|
||||
'zope.sqlalchemy', # 0.7
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue