File tree Expand file tree Collapse file tree 4 files changed +54
-2
lines changed Expand file tree Collapse file tree 4 files changed +54
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ find-links +=
23
23
24
24
versions = versions
25
25
26
+ auto-checkout +=
27
+ collective.upgrade
28
+ pas.plugins.kimug
29
+ imio.events.policy
30
+
31
+
26
32
[instance]
27
33
recipe = plone.recipe.zope2instance
28
34
zodb-temporary-storage = off
@@ -33,10 +39,13 @@ eggs =
33
39
Plone
34
40
imio.events.policy
35
41
collective.upgrade
42
+ pas.plugins.kimug
43
+
36
44
zcml =
37
45
imio.events.policy
38
46
imio.events.core
39
47
imio.events.core-overrides
48
+ pas.plugins.kimug
40
49
41
50
42
51
[omelette]
Original file line number Diff line number Diff line change 1
- -r https://dist.plone.org/release/6.1.1 /requirements.txt
1
+ -r https://dist.plone.org/release/6.1-dev /requirements.txt
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ collective_push = git@github.com:collective
7
7
8
8
[sources]
9
9
imio.events.core = git ${remotes:imio}/imio.events.core.git pushurl =${remotes:imio_push}/imio.events.core.git branch =main
10
- imio.events.policy = git ${remotes:imio}/imio.events.policy.git pushurl =${remotes:imio_push}/imio.events.policy.git branch =main
10
+ imio.events.policy = git ${remotes:imio}/imio.events.policy.git pushurl =${remotes:imio_push}/imio.events.policy.git branch =keycloak
11
11
collective.upgrade = git ${remotes:collective}/collective.upgrade.git pushurl =${remotes:collective_push}/collective.upgrade.git branch =plone61
12
+ pas.plugins.kimug = git ${remotes:imio}/pas.plugins.kimug.git pushurl =${remotes:imio_push}/pas.plugins.kimug branch =add_migration_to_keycloak
Original file line number Diff line number Diff line change @@ -4,3 +4,45 @@ imio.events.core = 1.2.42
4
4
imio.events.policy = 1.1.6
5
5
imio.smartweb.common = 1.2.36
6
6
imio.smartweb.locales = 1.1.30
7
+
8
+ pas.plugins.kimug = 1.1.0
9
+ jwcrypto = 1.5.4
10
+
11
+ aiofiles = 24.1.0
12
+ annotated-types = 0.7.0
13
+ async-property = 0.2.2
14
+ deprecation = 2.1.0
15
+ httpx = 0.28.1
16
+ pas-plugins-oidc = 2.0.0+imio1
17
+ pydantic = 2.11.7
18
+ pyjwkest = 1.4.2
19
+ typing-inspection = 0.4.1
20
+
21
+ # Required by:
22
+ # httpx==0.28.1
23
+ anyio = 4.9.0
24
+
25
+ # Required by:
26
+ # oic==1.7.0
27
+ defusedxml = 0.7.1
28
+
29
+ # Required by:
30
+ # oic==1.7.0
31
+ mako = 1.3.10
32
+
33
+ # Required by:
34
+ # pas-plugins-oidc==2.0.0+imio1
35
+ oic = 1.7.0
36
+
37
+ # Required by:
38
+ # oic==1.7.0
39
+ # pyjwkest==1.4.2
40
+ pycryptodomex = 3.23.0
41
+
42
+ # Required by:
43
+ # oic==1.7.0
44
+ pydantic-settings = 2.10.1
45
+
46
+ # Required by:
47
+ # pas.plugins.kimug==1.1.0
48
+ python-keycloak = 5.6.0
You can’t perform that action at this time.
0 commit comments