Skip to content

Commit dd33716

Browse files
committed
Specify cffi>=1.1.4.0 for flask example
1 parent 03d4ce4 commit dd33716

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/yoti_example_flask/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cffi>=1.14.0
12
flask>=1.0.4
23
jinja2>=2.8.1
34
pyopenssl>=19.0.0

examples/yoti_example_flask/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
asn1==2.2.0 # via yoti
88
certifi==2018.4.16 # via requests
9-
cffi==1.11.5 # via cryptography
9+
cffi==1.14.0 # via -r requirements.in, cryptography
1010
chardet==3.0.4 # via requests
1111
click==6.7 # via flask
1212
cryptography==2.9.2 # via pyopenssl, yoti

0 commit comments

Comments
 (0)