Skip to content

Commit 4ae48e4

Browse files
committed
[SDK-128]: Updated example projects to use latest Yoti PyPI package
1 parent 4fdb64f commit 4ae48e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
yoti>=2.0.0
1+
yoti>=2.0.1
22
Django>=1.8

plugins/django_yoti/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url='https://github.com/lampkicking/yoti-sdk-server-python/plugins/django_yoti',
1616
author='',
1717
author_email='',
18-
install_requires=['django>=1.8', 'yoti>=2.0.0'],
18+
install_requires=['django>=1.8', 'yoti>=2.0.1'],
1919
classifiers=[
2020
'Development Status :: 3 - Alpha',
2121
'License :: OSI Approved :: MIT License',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask>=0.10
2-
yoti>=2.0.0
2+
yoti>=2.0.1

plugins/flask_yoti/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
url='https://github.com/lampkicking/yoti-sdk-server-python/plugins/flask_yoti',
1515
author='',
1616
author_email='',
17-
install_requires=['flask>=0.10', 'yoti>=2.0.0'],
17+
install_requires=['flask>=0.10', 'yoti>=2.0.1'],
1818
classifiers=[
1919
'Development Status :: 3 - Alpha',
2020
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)