-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
71 lines (55 loc) · 2.27 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[tool.briefcase]
project_name = "HordeQT"
bundle = "org.unit1208"
version = "1.3.1"
url = "https://github.com/Unit1208/HordeQT"
author = "Unit1208"
author_email = "[email protected]"
[tool.pyright]
exclude = [ "build/**", "dist/**", "logs/**",]
include = [ "src",]
typeCheckingMode = "standard"
[tool.isort]
profile = "black"
[tool.briefcase.license]
file = "LICENSE"
[tool.briefcase.app.hordeqt]
icon = "src/hordeqt/resources/icons/icon"
formal_name = "HordeQT"
description = "Generate images using the AI Horde"
long_description = "HordeQT is a local frontend to the AI Horde. It is primarily aimed at power users and people already familiar with Stable Diffusion."
sources = [ "src/hordeqt",]
requires = [ "PySide6~=6.7.3", "keyring~=25.3.0", "keyrings-alt~=5.0.2", "requests~=2.32.3", "human-readable~=1.3.4", "pyqt-toast-notification~=1.3.2", "pillow~=10.4.0", "jsonpickle~=3.3.0", "loguru~=0.7.2", "fuzzywuzzy[speedup]~=0.18.0"]
[tool.briefcase.app.hordeqt.macOS]
universal_build = true
requires = [ "std-nslog~=1.0.0",]
[tool.briefcase.app.hordeqt.linux]
requires = []
[tool.briefcase.app.hordeqt.windows]
requires = []
[tool.briefcase.app.hordeqt.iOS]
supported = false
[tool.briefcase.app.hordeqt.android]
supported = false
[tool.briefcase.app.hordeqt.web]
supported = false
[tool.briefcase.app.hordeqt.linux.appimage]
manylinux = "manylinux_2_28"
system_requires = []
linuxdeploy_plugins = []
[tool.briefcase.app.hordeqt.linux.flatpak]
flatpak_runtime = "org.kde.Platform"
flatpak_runtime_version = "6.6"
flatpak_sdk = "org.kde.Sdk"
[tool.briefcase.app.hordeqt.linux.system.debian]
system_requires = []
system_runtime_requires = [ "libxext6", "libxrender1", "libx11-xcb1", "libxkbcommon-x11-0", "libxcb-image0", "libxcb-cursor0", "libxcb-shape0", "libxcb-randr0", "libxcb-xfixes0", "libxcb-sync1", "libxcb-icccm4", "libxcb-keysyms1", "libfontconfig1", "libsm6", "libice6", "libglib2.0-0", "libgl1", "libegl1", "libdbus-1-3",]
[tool.briefcase.app.hordeqt.linux.system.rhel]
system_requires = []
system_runtime_requires = [ "qt6-qtbase-gui",]
[tool.briefcase.app.hordeqt.linux.system.suse]
system_requires = []
system_runtime_requires = [ "libgthread-2_0-0", "libQt6Gui6",]
[tool.briefcase.app.hordeqt.linux.system.arch]
system_requires = []
system_runtime_requires = [ "qt6-base",]