mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-18 11:11:49 +02:00
Compare commits
2 commits
4449defccc
...
11b3885789
Author | SHA1 | Date | |
---|---|---|---|
11b3885789 | |||
![]() |
31e05cb10c |
2 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@ import sys
|
|||
import traceback
|
||||
import unicodedata
|
||||
|
||||
import appdirs
|
||||
import platformdir
|
||||
|
||||
|
||||
def get_config_dir() -> str:
|
||||
return appdirs.user_config_dir("dangerzone")
|
||||
return platformdir.user_config_dir("dangerzone")
|
||||
|
||||
|
||||
def get_resource_path(filename: str) -> str:
|
||||
|
|
|
@ -15,7 +15,7 @@ include = [
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<3.13"
|
||||
click = "*"
|
||||
appdirs = "*"
|
||||
platformdirs = "*"
|
||||
PySide6 = "^6.7.1"
|
||||
PyMuPDF = "^1.23.3" # The version in Fedora 39
|
||||
colorama = "*"
|
||||
|
|
Loading…
Reference in a new issue