remove edbob dependency

This commit is contained in:
Lance Edgar 2012-12-15 09:56:05 -08:00
parent 79e6a46b94
commit 8e82e7440a
2 changed files with 23 additions and 3 deletions

View file

@ -1 +1 @@
__version__ = '0.3a15'
__version__ = '0.4a1'

View file

@ -62,8 +62,28 @@ requires = [
#
# package # low high
'edbob[db,pyramid]>=0.1a16', # 0.1a17.dev
'rattail>=0.3a9', # 0.3a10.dev
# 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
'FormAlchemy', # 1.4.2
'FormEncode', # 1.2.4
'Mako', # 0.6.2
'pyramid_beaker>=0.6', # 0.6.1
'pyramid_debugtoolbar', # 1.0
'pyramid_exclog', # 0.6
'pyramid_simpleform', # 0.6.1
'pyramid_tm', # 0.3
'rattail[db]>=0.4a1.dev', # 0.4a1.dev
# 'Tempita', # 0.5.1
'transaction', # 1.2.0
'waitress', # 0.8.1
'WebHelpers', # 1.3
'zope.sqlalchemy', # 0.7
]