From 0a1a538a3972a5bd86a4f13cd0c4f273d647df5a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 22 Mar 2019 10:46:03 -0500 Subject: [PATCH] Pin attrs version --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 8cc8a0e8..c7748697 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,6 +68,10 @@ ipaddress # 4.6.5 causes a 403 on /saml2/acs upon sign in with djangosaml2 pysaml2==4.6.0 djangosaml2==0.17.2 + +# Try to avoid https://github.com/Julian/jsonschema/issues/449 +attrs>=19 + python-memcached # }}} -- GitLab