Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Le Bihan <michel@lebihan.pl>2023-04-21 18:03:41 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-21 18:03:41 +0300
commit99dad790f42d6b191621042a29c7b592d5ce5c4d (patch)
tree10ccb3e889dcfa362757635e042105fb333331c8 /pyproject.toml
parent5f77a2545226bc9d0e0782e44744af3cc54358c7 (diff)
feat: Detect dark theme on Windows
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 553b08ba9..4545e450b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,6 +36,7 @@ dependencies = [
"PyGObject>=3.42.0",
"qrcode>=7.3.1",
"omemo-dr>=0.99.0,<2.0.0",
+ "winsdk ; platform_system == 'Windows'",
]
dynamic = ["version"]