Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Apr 29, 2024
1 parent db7875b commit c84e4a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install ruff pytest pytest-cov freezegun responses
python -m pip install git+https://github.com/gorakhargosh/watchdog
python -m pip install -e .[local,minio,publishing,ssh,dataspace]
python -m pip install -e .[local,minio,publishing,ssh,dataspace,datastore,dhus]
- name: Lint with ruff
run: |
ruff check .
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

extensions = ["sphinx.ext.napoleon", "sphinx.ext.autodoc"]
autodoc_mock_imports = ["watchdog", "minio", "posttroll", "pytest", "trollsift", "universal_path",
"freezegun", "responses", "oauthlib", "requests_oauthlib"]
"freezegun", "responses", "oauthlib", "requests_oauthlib", "defusedxml"]

templates_path = ["_templates"]
exclude_patterns = []
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ local = ["watchdog"]
publishing = ["posttroll"]
ssh = ["paramiko"]
dataspace = ["oauthlib", "requests_oauthlib", "s3fs"]
datastore = ["oauthlib", "requests_oauthlib"]
dhus = ["defusedxml"]

[build-system]
Expand Down

0 comments on commit c84e4a6

Please sign in to comment.