File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 38
38
39
39
- run : pip install --upgrade setuptools
40
40
41
+ - run : pip install -e .
42
+
41
43
- run : pushd examples/aml && pip install -r requirements.txt && popd
42
44
43
45
- run : pushd examples/yoti_example_django && pip install --upgrade pip && pip install -r requirements.txt && popd
Original file line number Diff line number Diff line change 1
1
# Core requirements
2
2
flask>=2.2.0
3
3
python-dotenv>=0.21.0
4
+ # yoti will be installed separately in CI from local source
5
+ filetype>=1.0.7
6
+ pyopenssl>=24.0.0
7
+ click>=8.0
8
+ future>=1.0.0
9
+
10
+ # Required for yoti compatibility
11
+ deprecated>=1.2.14
12
+ iso8601>=1.1.0
13
+ pytz>=2025.2ements
14
+ flask>=2.2.0
15
+ python-dotenv>=0.21.0
4
16
yoti>=2.14.0
5
17
filetype>=1.0.7
6
18
pyopenssl>=24.0.0
Original file line number Diff line number Diff line change @@ -74,10 +74,8 @@ urllib3==1.25.9
74
74
werkzeug == 3.1.3
75
75
# via flask
76
76
wrapt == 1.17.2
77
-
78
77
# via deprecated
79
- yoti >= 2.14.0
80
- # via -r requirements.in
78
+ # yoti will be installed separately in CI from local source
81
79
82
80
# The following packages are considered to be unsafe in a requirements file:
83
81
# setuptools
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ pyopenssl>=24.0.0
8
8
python-dotenv>=0.7.1
9
9
requests>=2.31.0
10
10
urllib3>=1.24.2
11
- yoti>=2.14.0
11
+ # yoti will be installed separately in CI from local source
12
12
werkzeug>=1.0.1
13
13
six==1.16.0
Original file line number Diff line number Diff line change @@ -74,8 +74,7 @@ werkzeug==1.0.1
74
74
# flask
75
75
wrapt == 1.12.1
76
76
# via deprecated
77
- yoti == 2.14.0
78
- # via -r requirements.in
77
+ # yoti will be installed separately in CI from local source
79
78
80
79
# The following packages are considered to be unsafe in a requirements file:
81
80
# setuptools
You can’t perform that action at this time.
0 commit comments