save point (see note)

Added initial database schema and ability to install it, added init-db command
to pyramid scaffold.
This commit is contained in:
Lance Edgar 2012-03-24 12:15:11 -05:00
parent 925cd30b96
commit 8ceb98baf4
29 changed files with 1116 additions and 191 deletions

View file

@ -99,15 +99,18 @@ setup(
extras_require = {
#
# Same guidelines apply to the extra dependencies:
# Same guidelines apply to the extra dependency versions.
# 'db': [
# #
# # package # low high
# #
# 'SQLAlchemy', # 0.6.7
# 'sqlalchemy-migrate', # 0.6.1
# ],
'db': [
#
# package # low high
#
'decorator', # 3.3.2
'py-bcrypt', # 0.2
'SQLAlchemy', # 0.7.6
'sqlalchemy-migrate', # 0.7.2
'Tempita', # 0.5.1
],
'docs': [
#