Skip to content

Commit

Permalink
Remove appdirs from doc (#819)
Browse files Browse the repository at this point in the history
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
  • Loading branch information
Jamstah committed May 18, 2024
1 parent 17d02c4 commit c60aa6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The format mostly follows [Keep a Changelog](http://keepachangelog.com/en/1.0.0/

- Remove EOL'd Python 3.7 (new minimum requirement is Python 3.8), add Python 3.12 testing
- Adds optional `reply_to` option for email reporters (#794 by trevorshannon)
- Replace the dead dependency `appdirs` with `platformdirs` (#811 by Maxime Werlen)
- Replace the dead dependency `appdirs` with `platformdirs` (#811 by Maxime Werlen, #819 via e-dschungel)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion docs/source/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The dependencies can be installed with (add ``--user`` to install to ``$HOME``):

::

python3 -m pip install pyyaml minidb requests keyring appdirs lxml cssselect
python3 -m pip install pyyaml minidb requests keyring platformdirs lxml cssselect


Optional Packages
Expand Down

0 comments on commit c60aa6b

Please sign in to comment.