Skip to content

Commit

Permalink
temporarily patch cornice's prefix path resolution with pyramid route…
Browse files Browse the repository at this point in the history
… for OpenAPI generation by cornice-swagger (fixed by Cornices/cornice#584)
  • Loading branch information
fmigneault committed Mar 22, 2024
1 parent c4b1809 commit e0bcb79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ celery[mongodb]<4; sys_platform == "win32" # rq.filter: <4 # pyup: ignore
celery[mongodb]>=5.2.2,<6; sys_platform != "win32"
cffi
colander<2
cornice
# FIXME: patch fix of the cornice service prefixed route path resolution (https://github.com/Cornices/cornice/pull/584)
cornice @ git+https://github.com/fmigneault/cornice.git@fix-service-route-prefix
#cornice_swagger>=0.7.0
cornice-swagger @ git+https://github.com/fmigneault/cornice.ext.swagger.git@openapi-3
cryptography
Expand Down

0 comments on commit e0bcb79

Please sign in to comment.