Skip to content

Commit d56acb6

Browse files
committed
Merge branch 'SDK-778-Django-Version' into development
2 parents 7032dcf + 457c6f3 commit d56acb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
yoti>=2.5.0
2-
Django==1.11
2+
Django>1.11.16
33
python-dotenv>=0.7.1
44
django-sslserver

examples/yoti_example_django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cffi==1.11.5 # via cryptography
1111
chardet==3.0.4 # via requests
1212
cryptography==2.2.2 # via pyopenssl, yoti
1313
django-sslserver==0.20
14-
django==1.11
14+
django==2.1.7
1515
future==0.16.0 # via yoti
1616
idna==2.7 # via cryptography, requests
1717
protobuf==3.6.0 # via yoti

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
install_requires=['cryptography>=2.2.1', 'protobuf>=3.1.0',
2222
'requests>=2.11.1', 'future>=0.11.0', 'asn1==2.2.0', 'pyopenssl>=18.0.0'],
2323
extras_require={
24-
'examples': ['Django>=1.8', 'Flask>=0.10', 'python-dotenv>=0.7.1', 'django-sslserver>=0.2',
24+
'examples': ['Django>1.11.16', 'Flask>=0.10', 'python-dotenv>=0.7.1', 'django-sslserver>=0.2',
2525
'Werkzeug==0.11.15'],
2626
},
2727
classifiers=[

0 commit comments

Comments
 (0)