Fix JSON rendering for Cornice API views
also make sure we use Cornice for all API views
This commit is contained in:
parent
5aa982c95f
commit
2ebe0401c3
4 changed files with 38 additions and 30 deletions
1
setup.py
1
setup.py
|
@ -95,6 +95,7 @@ requires = [
|
|||
'rattail[db,bouncer]', # 0.5.0
|
||||
'six', # 1.10.0
|
||||
'sa-filters', # 1.2.0
|
||||
'simplejson', # 3.18.3
|
||||
'transaction', # 1.2.0
|
||||
'waitress', # 0.8.1
|
||||
'WebHelpers2', # 2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue