-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (36 loc) · 1.08 KB
/
pyproject.toml
File metadata and controls
40 lines (36 loc) · 1.08 KB
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
[tool.poetry]
authors = [
"DrunkSimurgh <saman.9267@gmail.com>",
"SSgumS <sssafais@hotmail.com>",
]
description = "Python + Aegisub"
name = "Pyegi"
version = "1.0.0"
[tool.poetry.dependencies]
Pillow = "9.*"
PyQt6 = "6.4.*"
PyQt6-Qt6 = "6.4.*"
beautifulsoup4 = "4.*"
numpy = "1.*"
poetry-core = "1.6.*"
pyqtdarktheme = "2.*"
python = ">=3.9,<3.11"
requests = "2.*"
[tool.poetry.group.dev.dependencies]
PyQt5Designer = "5.*"
appdirs = "1.*" # installed on embedded pythons
black = "*"
pyonfx = "0.9.*"
pypyr = "5.*"
toml = "0.*" # installed on embedded pythons
[tool.pyegi]
describer-version = "0.1.0"
known-feeds = [
"https://github.com/SSgumS/Pyegi/tree/main/src/dependency/Pyegi/PythonScripts/%5Bsample%5D%20All%20the%20Lua%20GUI%20elements",
"https://github.com/SSgumS/Pyegi/tree/main/src/dependency/Pyegi/PythonScripts/%5Bsample%5D%20prefix",
"https://github.com/DrunkSimurgh/Pyegi_Scripts/tree/main/ColorMania",
"https://github.com/DrunkSimurgh/Pyegi_Scripts/tree/main/Disintegration",
]
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]