Remove dependency on appdirs package for finding config dir as this is provided by Qt

This commit is contained in:
Veronica K. B. Olsen
2020-02-15 21:39:21 +01:00
parent 5c376dd276
commit aab9805bc6
7 changed files with 3 additions and 18 deletions
-1
View File
@@ -26,7 +26,6 @@ On some operating systems you need to use ``python3`` instead of ``python``.
The following Python packages are required to run novelWriter:
* ``pyqt5`` for the GUI
* ``appdirs`` for locating the system's config folder
* ``lxml`` for writing project files
.. note::