Skip to content

Commit

Permalink
Fix dependencies for client
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Nov 26, 2023
1 parent 8ee0810 commit a015699
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/dirac_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ dependencies:
- python-gfal2
- pytz
- rucio-clients
- sqlalchemy
- authlib
- pyjwt
2 changes: 2 additions & 0 deletions base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ channels:
- conda-forge
- nodefaults
dependencies:
- authlib
- cachetools
# Needed because coverage runs inside the image
# when doing the integration tests
- coverage
- email-validator
- git
- gitpython
- httpx
Expand Down
1 change: 1 addition & 0 deletions client-base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- aiohttp
- azure-core
- cachetools
- isodate
- python-dotenv
- python-multipart
- rich
Expand Down

0 comments on commit a015699

Please sign in to comment.