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:
parent
925cd30b96
commit
8ceb98baf4
29 changed files with 1116 additions and 191 deletions
19
setup.py
19
setup.py
|
@ -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': [
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue