Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Upgrade Cornice
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Sep 29, 2015
1 parent e8a2e21 commit 0c383f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colander==1.0
cornice==1.0.0
cornice==1.1.0
dealer==2.0.4
iso8601==0.1.10
PasteDeploy==1.5.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

REQUIREMENTS = [
'colander',
'cornice >= 1.0', # Disable request binding.
'cornice >= 1.1', # Fix cache CORS
'dealer', # For git.revision
'python-dateutil',
'pyramid_multiauth >= 0.5', # Pluggable authz
Expand Down

0 comments on commit 0c383f8

Please sign in to comment.