skip_csrf(datasette, scope) plugin hook, refs #1377

This commit is contained in:
Simon Willison 2021-06-23 15:39:52 -07:00
commit b1fd24ac9f
8 changed files with 68 additions and 1 deletions

View file

@ -55,7 +55,7 @@ setup(
"uvicorn~=0.11",
"aiofiles>=0.4,<0.8",
"janus>=0.4,<0.7",
"asgi-csrf>=0.6",
"asgi-csrf>=0.9",
"PyYAML~=5.3",
"mergedeep>=1.1.1,<1.4.0",
"itsdangerous>=1.1,<3.0",