mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-18 19:20:35 +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 traceback
|
||||||
import unicodedata
|
import unicodedata
|
||||||
|
|
||||||
import appdirs
|
import platformdir
|
||||||
|
|
||||||
|
|
||||||
def get_config_dir() -> str:
|
def get_config_dir() -> str:
|
||||||
return appdirs.user_config_dir("dangerzone")
|
return platformdir.user_config_dir("dangerzone")
|
||||||
|
|
||||||
|
|
||||||
def get_resource_path(filename: str) -> str:
|
def get_resource_path(filename: str) -> str:
|
||||||
|
|
|
@ -15,7 +15,7 @@ include = [
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<3.13"
|
python = ">=3.9,<3.13"
|
||||||
click = "*"
|
click = "*"
|
||||||
appdirs = "*"
|
platformdirs = "*"
|
||||||
PySide6 = "^6.7.1"
|
PySide6 = "^6.7.1"
|
||||||
PyMuPDF = "^1.23.3" # The version in Fedora 39
|
PyMuPDF = "^1.23.3" # The version in Fedora 39
|
||||||
colorama = "*"
|
colorama = "*"
|
||||||
|
|
Loading…
Reference in a new issue