-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (37 loc) · 807 Bytes
/
Copy pathpyproject.toml
File metadata and controls
41 lines (37 loc) · 807 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
39
40
41
[tool.poetry]
name = "imagecolorpicker"
version = "0.1.0"
description = "Image color picker tool by Team210"
authors = ["Alexander Kraus <nr4@z10.info>"]
license = "GPLv3"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
PyQt6 = "^6.4.2"
beautifulsoup4 = "^4.12.2"
requests = "^2.32.5"
scipy = "^1.11.3"
pyglm = "^2.7.0"
lmfit = "^1.2.2"
pyopengl = "^3.1.7"
jinja2 = "^3.1.2"
parse = "^1.19.1"
pip = "^25.3"
pylette = "^4.0.1"
rtoml = ">=0.12.0,<0.13.0"
construct = "^2.10.70"
networkx = "^3.4.2"
matplotlib = "^3.10.1"
[tool.poetry.group.dev.dependencies]
pyinstaller = "^6.0.0"
distro = "^1.8.0"
pygit2 = "^1.16.0"
deepdiff = "^8.6.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.qt-designer.widgets]
site = []
source = [
".",
]