remove alembic,tempita dependencies (temporarily?)
This commit is contained in:
parent
e872f68611
commit
def03c00fb
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue