Skip to content

Commit 7e1dbec

Browse files
committed
Use requirements.in for aml example: need to fix the future version (was intalling 0.11.0 before)
1 parent a00399f commit 7e1dbec

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

examples/aml/requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
yoti>=2.14.0
2+
python-dotenv>=0.7.1

examples/aml/requirements.txt

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
1-
yoti>=2.14.0
2-
python-dotenv>=0.7.1
1+
#
2+
# This file is autogenerated by pip-compile with python 3.10
3+
# To update, run:
4+
#
5+
# pip-compile --output-file=requirements.txt requirements.in
6+
#
7+
asn1==2.2.0
8+
# via yoti
9+
certifi==2021.10.8
10+
# via requests
11+
cffi==1.15.0
12+
# via cryptography
13+
charset-normalizer==2.0.10
14+
# via requests
15+
cryptography==36.0.1
16+
# via
17+
# pyopenssl
18+
# yoti
19+
deprecated==1.2.10
20+
# via yoti
21+
future==0.18.2
22+
# via yoti
23+
idna==3.3
24+
# via requests
25+
iso8601==0.1.13
26+
# via yoti
27+
protobuf==3.19.3
28+
# via yoti
29+
pycparser==2.21
30+
# via cffi
31+
pyopenssl==21.0.0
32+
# via yoti
33+
python-dotenv==0.19.2
34+
# via -r requirements.in
35+
pytz==2020.4
36+
# via yoti
37+
requests==2.27.1
38+
# via yoti
39+
six==1.16.0
40+
# via pyopenssl
41+
urllib3==1.26.8
42+
# via requests
43+
wrapt==1.13.3
44+
# via deprecated
45+
yoti==2.14.0
46+
# via -r requirements.in

0 commit comments

Comments
 (0)