remove alembic,tempita dependencies (temporarily?)

This commit is contained in:
Lance Edgar 2012-08-10 11:45:10 -07:00
parent e872f68611
commit def03c00fb

View file

@ -93,9 +93,9 @@ extras = {
# #
# package # low high # package # low high
'alembic', # 0.3.4 # 'alembic', # 0.3.4
'SQLAlchemy', # 0.7.6 'SQLAlchemy', # 0.7.6
'Tempita', # 0.5.1 # 'Tempita', # 0.5.1
], ],
'docs': [ 'docs': [
@ -124,7 +124,7 @@ extras = {
'pyramid_debugtoolbar', # 1.0 'pyramid_debugtoolbar', # 1.0
'pyramid_simpleform', # 0.6.1 'pyramid_simpleform', # 0.6.1
'pyramid_tm', # 0.3 'pyramid_tm', # 0.3
'Tempita', # 0.5.1 # 'Tempita', # 0.5.1
'transaction', # 1.2.0 'transaction', # 1.2.0
'waitress', # 0.8.1 'waitress', # 0.8.1
'WebHelpers', # 1.3 'WebHelpers', # 1.3