Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions examples/aml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
# pip-compile --output-file=examples/aml/requirements.txt examples/aml/requirements.in
#
asn1==2.2.0
# via yoti
certifi==2021.10.8
certifi==2026.4.22
# via requests
cffi==1.15.0
cffi==2.0.0
# via cryptography
charset-normalizer==2.0.10
charset-normalizer==3.4.7
# via requests
cryptography==36.0.1
cryptography==48.0.0
# via
# pyopenssl
# yoti
deprecated==1.2.10
deprecated==1.3.1
# via yoti
future==0.18.2
# via yoti
idna==3.3
idna==3.15
# via requests
iso8601==0.1.13
iso8601==2.1.0
# via yoti
protobuf==3.19.3
protobuf==6.33.6
# via yoti
pycparser==2.21
pycparser==2.23
# via cffi
pyopenssl==21.0.0
pyopenssl==26.2.0
# via yoti
python-dotenv==0.19.2
# via -r requirements.in
pytz==2020.4
python-dotenv==1.2.1
# via -r examples/aml/requirements.in
pytz==2026.2
# via yoti
requests==2.27.1
requests==2.32.5
# via yoti
six==1.16.0
# via pyopenssl
urllib3==1.26.8
typing-extensions==4.15.0
# via
# cryptography
# pyopenssl
urllib3==2.6.3
# via requests
wrapt==1.13.3
wrapt==2.1.2
# via deprecated
yoti==2.14.0
# via -r requirements.in
yoti==2.14.5
# via -r examples/aml/requirements.in
15 changes: 7 additions & 8 deletions examples/doc_scan/requirements.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Core requirements
flask>=2.2.0
flask>=3.0.6
python-dotenv>=0.21.0
yoti==2.14.0
yoti>=2.14.0
filetype>=1.0.7
pyopenssl==23.2.0
click >=8.0
pyopenssl>=26.0.0
click>=8.1

# Required for yoti compatibility
deprecated==1.2.10
iso8601==0.1.13
pytz==2020.4

deprecated>=1.2.14
iso8601>=1.1.0
pytz>=2025.2
85 changes: 40 additions & 45 deletions examples/doc_scan/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,84 +1,79 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
# pip-compile --output-file=examples/doc_scan/requirements.txt examples/doc_scan/requirements.in
#
asn1==2.2.0
# via yoti

blinker==1.9.0
# via flask
certifi==2020.4.5.1
certifi==2026.4.22
# via requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
chardet==3.0.4
charset-normalizer==3.4.7
# via requests
click==8.1.8
# via
# -r requirements.in
# -r examples/doc_scan/requirements.in
# flask
cryptography==41.0.7

cryptography==48.0.0
# via
# pyopenssl
# yoti
deprecated==1.2.10

deprecated==1.3.1
# via
# -r requirements.in
# -r examples/doc_scan/requirements.in
# yoti
filetype==1.0.7
# via -r requirements.in
flask==3.1.0
# via -r requirements.in
future==1.0.0
# via yoti
idna==2.9
filetype==1.2.0
# via -r examples/doc_scan/requirements.in
flask==3.1.3
# via -r examples/doc_scan/requirements.in
idna==3.15
# via requests
iso8601==0.1.13

importlib-metadata==8.7.1
# via flask
iso8601==2.1.0
# via
# -r requirements.in
# -r examples/doc_scan/requirements.in
# yoti
itsdangerous==2.2.0
# via flask
jinja2==3.1.6
# via flask
markupsafe==3.0.2
markupsafe==3.0.3
# via
# flask
# jinja2
# werkzeug

protobuf==3.11.3
protobuf==6.33.6
# via yoti
pycparser==2.20
pycparser==2.23
# via cffi

pyopenssl==23.2.0
pyopenssl==26.2.0
# via
# -r requirements.in
# -r examples/doc_scan/requirements.in
# yoti
python-dotenv==1.1.0
# via -r requirements.in
pytz==2020.4
python-dotenv==1.2.1
# via -r examples/doc_scan/requirements.in
pytz==2026.2
# via
# -r requirements.in
# -r examples/doc_scan/requirements.in
# yoti
requests==2.23.0
requests==2.32.5
# via yoti
six==1.14.0
# via protobuf
urllib3==1.25.9
typing-extensions==4.15.0
# via
# cryptography
# pyopenssl
urllib3==2.6.3
# via requests
werkzeug==3.1.3
werkzeug==3.1.8
# via flask
wrapt==1.17.2

wrapt==2.1.2
# via deprecated
yoti==2.14.0
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
yoti==2.14.5
# via -r examples/doc_scan/requirements.in
zipp==3.23.1
# via importlib-metadata
9 changes: 4 additions & 5 deletions examples/yoti_example_django/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
django>=4.0.1
django>=4.2,<5.3
django-sslserver>=0.22.0
python-dotenv>=0.7.1
requests>=2.20.0
urllib3>=1.24.2
requests>=2.32.4
urllib3>=2.6.3
yoti>=2.14.0
six>=1.16.0
cffi>=1.15.0
cffi>=1.17.1
72 changes: 32 additions & 40 deletions examples/yoti_example_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,71 +1,63 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
# pip-compile --output-file=examples/yoti_example_django/requirements.txt examples/yoti_example_django/requirements.in
#
asgiref==3.4.1
asgiref==3.11.1
# via django
asn1==2.2.0
# via yoti
backports.zoneinfo==0.2.1
# via django
certifi==2018.4.16
certifi==2026.4.22
# via requests
cffi==1.15.0
cffi==2.0.0
# via
# -r requirements.in
# -r examples/yoti_example_django/requirements.in
# cryptography
chardet==3.0.4
charset-normalizer==3.4.7
# via requests
cryptography==3.2
cryptography==48.0.0
# via
# pyopenssl
# yoti
deprecated==1.2.10
deprecated==1.3.1
# via yoti
django==4.0.1
django==4.2.30
# via
# -r requirements.in
# -r examples/yoti_example_django/requirements.in
# django-sslserver
django-sslserver==0.22
# via -r requirements.in
future==0.16.0
# via yoti
idna==2.7
# via -r examples/yoti_example_django/requirements.in
idna==3.15
# via requests
iso8601==0.1.13
iso8601==2.1.0
# via yoti
protobuf==3.6.0
protobuf==6.33.6
# via yoti
pycparser==2.18
pycparser==2.23
# via cffi
pyopenssl==18.0.0
pyopenssl==26.2.0
# via yoti
python-dotenv==0.8.2
# via -r requirements.in
pytz==2020.4
python-dotenv==1.2.1
# via -r examples/yoti_example_django/requirements.in
pytz==2026.2
# via yoti
requests==2.21.0
requests==2.32.5
# via
# -r requirements.in
# -r examples/yoti_example_django/requirements.in
# yoti
six==1.16.0
sqlparse==0.5.5
# via django
typing-extensions==4.15.0
# via
# -r requirements.in
# asgiref
# cryptography
# protobuf
# pyopenssl
sqlparse==0.3.0
# via django
urllib3==1.24.2
urllib3==2.6.3
# via
# -r requirements.in
# -r examples/yoti_example_django/requirements.in
# requests
wrapt==1.12.1
wrapt==2.1.2
# via deprecated
yoti==2.14.0
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
yoti==2.14.5
# via -r examples/yoti_example_django/requirements.in
2 changes: 2 additions & 0 deletions examples/yoti_example_django/yoti_example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
}
}

DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

# Password validation
# https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators

Expand Down
18 changes: 9 additions & 9 deletions examples/yoti_example_flask/requirements.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
click>=7
cffi>=1.15.0
flask>=1.0.4
jinja2>=3.0.3
pyopenssl>=19.0.0
click>=8.1
cffi>=1.17.1
flask>=3.0.6
itsdangerous>=2.2.0
jinja2>=3.1.6
pyopenssl>=26.0.0
python-dotenv>=0.7.1
requests>=2.20.0
urllib3>=1.24.2
requests>=2.32.4
urllib3>=2.6.3
yoti>=2.14.0
werkzeug>=1.0.1
six==1.16.0
werkzeug>=3.0.6
Loading
Loading