Skip to content

Commit

Permalink
SDK-2150-IDV-Static-Liveness-Check added
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Nov 29, 2024
1 parent 6fe15da commit daa5fe8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion examples/doc_scan/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def create_session():
)
.with_requested_check(
RequestedLivenessCheckBuilder()
.for_zoom_liveness()
#.for_zoom_liveness()
.for_static_liveness()
.with_max_retries(1)
.build()
)
Expand Down
18 changes: 9 additions & 9 deletions examples/doc_scan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
# pip-compile --output-file=requirements.txt requirements.in
#
asn1==2.2.0 # via yoti
certifi==2020.4.5.1 # via requests
cffi==1.14.0 # via cryptography
certifi==2023.11.17 # via requests
cffi==1.16.0 # via cryptography
chardet==3.0.4 # via requests
click==7.1.2 # via flask
cryptography==3.2 # via pyopenssl, yoti
click==8.1.3 # via flask
cryptography==42.0.1 # via pyopenssl, yoti
deprecated==1.2.10 # via yoti
filetype==1.0.7 # via -r requirements.in
flask==1.1.2 # via -r requirements.in
flask==3.0.1 # via -r requirements.in
future==0.18.2 # via yoti
idna==2.9 # via requests
iso8601==0.1.13 # via yoti
itsdangerous==1.1.0 # via flask
jinja2==2.11.2 # via flask
markupsafe==1.1.1 # via jinja2
itsdangerous==2.1.2 # via flask
jinja2==3.1.3 # via flask
markupsafe==2.1.4 # via jinja2
protobuf==3.11.3 # via yoti
pycparser==2.20 # via cffi
pyopenssl==19.1.0 # via -r requirements.in, yoti
python-dotenv==0.13.0 # via -r requirements.in
requests==2.23.0 # via yoti
six==1.14.0 # via cryptography, protobuf, pyopenssl
urllib3==1.25.9 # via requests
werkzeug==1.0.1 # via flask
werkzeug==3.0.1 # via flask
wrapt==1.12.1 # via deprecated
yoti==2.13.0 # via -r requirements.in

Expand Down

0 comments on commit daa5fe8

Please sign in to comment.