Skip to content

Commit b4434c5

Browse files
authored
Merge pull request #33 from aldbr/main_FEAT_replace-authlib-with-joserfc
feat: replace authlib with joserfc
2 parents cb05638 + 587c8a9 commit b4434c5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

base/dirac_dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ channels:
1111
- nodefaults
1212
dependencies:
1313
- aiobotocore >=2.12
14+
- authlib
1415
- boto3
1516
- botocore
1617
- cwltool
@@ -19,6 +20,7 @@ dependencies:
1920
- dominate
2021
- fts3
2122
- importlib-metadata
23+
- joserfc
2224
- m2crypto >=0.38.0
2325
- packaging
2426
- pexpect
@@ -30,7 +32,6 @@ dependencies:
3032
- pytz
3133
- rucio-clients >=34.4.2
3234
- sqlalchemy
33-
- authlib
3435
- pyjwt
3536
# For diracx-client
3637
- azure-core

base/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313
- git
1414
- gitpython
1515
- httpx
16+
- joserfc
1617
- pip
1718
- pydantic >=2
1819
- pydantic-settings

services-base/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ channels:
44
- conda-forge
55
- nodefaults
66
dependencies:
7-
- authlib
87
- aiomysql
98
- aiosqlite
9+
- authlib
1010
- email-validator
1111
- fastapi
1212
- isodate
13+
- joserfc
1314
- opensearch-py
1415
- pyjwt
1516
- coverage

0 commit comments

Comments
 (0)