We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625ffd3 commit 4bc3848Copy full SHA for 4bc3848
examples/yoti_example_flask/requirements.in
@@ -3,4 +3,5 @@ yoti>=2.6.0
3
python-dotenv>=0.7.1
4
pyopenssl>=19.0.0
5
cryptography>=2.3
6
-requests>=2.20.0
+requests>=2.20.0
7
+jinja2>=2.8.1
examples/yoti_example_flask/requirements.txt
@@ -15,7 +15,7 @@ flask==1.0.2
15
future==0.16.0 # via yoti
16
idna==2.7 # via requests
17
itsdangerous==0.24 # via flask
18
-jinja2==2.10 # via flask
+jinja2==2.10.1
19
markupsafe==1.0 # via jinja2
20
protobuf==3.6.0 # via yoti
21
pycparser==2.18 # via cffi
0 commit comments