asgi-csrf>=0.6, refs #835

This commit is contained in:
Simon Willison 2020-06-30 18:18:19 -07:00
commit 08b4928a75

View file

@ -53,7 +53,7 @@ setup(
"uvicorn~=0.11",
"aiofiles>=0.4,<0.6",
"janus>=0.4,<0.6",
"asgi-csrf>=0.5.1",
"asgi-csrf>=0.6",
"PyYAML~=5.3",
"mergedeep>=1.1.1,<1.4.0",
"itsdangerous~=1.1",