Skip to content

Commit fddbf3a

Browse files
committed
feat(auth): updates keycloak based on feedback
1 parent 224b74e commit fddbf3a

11 files changed

Lines changed: 53 additions & 830 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ dependencies = [
2020
"requests",
2121
"PyYAML",
2222
"python-keycloak",
23+
"pillow",
24+
"numpy",
25+
"h5py",
26+
"dotenv",
2327
] # Add project dependencies here, e.g. ["click", "numpy"]
2428
dynamic = ["version"]
2529
license.file = "LICENSE"
@@ -40,6 +44,7 @@ dev = [
4044
"pillow",
4145
"numpy",
4246
"h5py",
47+
"dotenv",
4348
]
4449

4550
[project.scripts]

src/copier_template/src/{{ project_name }}/templates/example.yaml.jinja

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)