fix(chalice): fixed SSO dependencies
This commit is contained in:
parent
39a8a03b3f
commit
cf3e982b8a
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ apscheduler==3.10.4
|
|||
clickhouse-driver[lz4]==0.2.6
|
||||
# TODO: enable after xmlsec fix https://github.com/xmlsec/python-xmlsec/issues/252
|
||||
#--no-binary is used to avoid libxml2 library version incompatibilities between xmlsec and lxml
|
||||
#python3-saml==1.16.0 --no-binary=lxml
|
||||
python3-saml==1.16.0
|
||||
python3-saml==1.16.0 --no-binary=lxml
|
||||
#python3-saml==1.16.0
|
||||
python-multipart==0.0.6
|
||||
|
||||
redis==5.0.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue