fix(api): requirements compatible with uv
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
cde2c53476
commit
0139e0f1d5
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ apscheduler==3.11.0
|
|||
|
||||
# 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
|
||||
--no-binary=lxml
|
||||
|
||||
python-multipart==0.0.20
|
||||
|
||||
redis==6.1.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue