From 587c8a927aa388c1700d92e6ee40e7634c5466d6 Mon Sep 17 00:00:00 2001 From: aldbr Date: Tue, 6 May 2025 10:02:20 +0200 Subject: [PATCH] feat: add joserfc --- base/dirac_dependencies.yml | 3 ++- base/environment.yml | 1 + services-base/environment.yml | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/base/dirac_dependencies.yml b/base/dirac_dependencies.yml index 7d4de90..e74cf7d 100644 --- a/base/dirac_dependencies.yml +++ b/base/dirac_dependencies.yml @@ -11,6 +11,7 @@ channels: - nodefaults dependencies: - aiobotocore >=2.12 + - authlib - boto3 - botocore - cwltool @@ -19,6 +20,7 @@ dependencies: - dominate - fts3 - importlib-metadata + - joserfc - m2crypto >=0.38.0 - packaging - pexpect @@ -30,7 +32,6 @@ dependencies: - pytz - rucio-clients >=34.4.2 - sqlalchemy - - authlib - pyjwt # For diracx-client - azure-core diff --git a/base/environment.yml b/base/environment.yml index 30ff324..0b10f3a 100644 --- a/base/environment.yml +++ b/base/environment.yml @@ -13,6 +13,7 @@ dependencies: - git - gitpython - httpx + - joserfc - pip - pydantic >=2 - pydantic-settings diff --git a/services-base/environment.yml b/services-base/environment.yml index 6718c80..b6f4a35 100644 --- a/services-base/environment.yml +++ b/services-base/environment.yml @@ -4,12 +4,13 @@ channels: - conda-forge - nodefaults dependencies: - - authlib - aiomysql - aiosqlite + - authlib - email-validator - fastapi - isodate + - joserfc - opensearch-py - pyjwt - coverage