remove edbob dependency
This commit is contained in:
parent
79e6a46b94
commit
8e82e7440a
|
@ -1 +1 @@
|
||||||
__version__ = '0.3a15'
|
__version__ = '0.4a1'
|
||||||
|
|
24
setup.py
24
setup.py
|
@ -62,8 +62,28 @@ requires = [
|
||||||
#
|
#
|
||||||
# package # low high
|
# package # low high
|
||||||
|
|
||||||
'edbob[db,pyramid]>=0.1a16', # 0.1a17.dev
|
# Beaker dependency included here because 'pyramid_beaker' uses incorrect
|
||||||
'rattail>=0.3a9', # 0.3a10.dev
|
# 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
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue