-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (33 loc) · 929 Bytes
/
pyproject.toml
File metadata and controls
38 lines (33 loc) · 929 Bytes
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
[tool.poetry]
name = "pyguiadapter"
version = "1.0.10"
description = "A gui library which can turn almost any python function into a gui application"
authors = ["zimolab <zimolab@aliyun.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8, <3.14"
qtpy = "^2.4.1"
qtawesome = "^1.3.1"
docstring-parser = "^0.16"
pyqcodeeditor = ">=0.3.7"
yapf = "^0.40.2"
tomlkit = "^0.13.2"
[tool.poetry.group.dev.dependencies]
jinja2 = "^3.1.4"
pyinstaller = "^6.10.0"
mkdocs = "^1.6.1"
mkdocstrings = "^0.26.1"
mkdocstrings-python = "^1.11.1"
mkdocs-material = "^9.5.40"
mkdocs-autorefs = "^1.2.0"
mkdocs-same-dir = "^0.1.3"
mkdocs-static-i18n = "^1.2.3"
mkdocs-glightbox = "^0.4.0"
mkdocs-macros-plugin = "^1.3.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "tsinghua"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
priority = "primary"