From ef14f2a1a14c8f53d10382baf0fa6c030433a565 Mon Sep 17 00:00:00 2001 From: "Craig M. Stimmel" Date: Thu, 2 May 2024 15:19:01 -0700 Subject: [PATCH] Should fix 502s from shib --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index fa98c2c..fab0612 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,8 @@ 'user-agents', 'django-user-agents', 'UW-Django-SAML2', + 'lxml==4.9.4', + 'xmlsec==1.3.13' ], license='Apache License, Version 2.0', description='Mobile UW web application',