Skip to content

Commit

Permalink
Move platformdirs dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
Flipout50 committed May 28, 2024
1 parent 4c10410 commit b3c9988
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install platformdirs
- name: Set up Java 17
uses: actions/setup-java@v4
with:
Expand Down
1 change: 1 addition & 0 deletions examples/change_watcher_plugin/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ long_description_content_type = text/markdown
[options]
install_requires =
libbs
pip install platformdirs

python_requires = >= 3.7
include_package_data = True
Expand Down

0 comments on commit b3c9988

Please sign in to comment.