-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpyproject.toml
37 lines (34 loc) · 872 Bytes
/
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
[tool.poetry]
name = "pyneko"
version = "0.1.0"
description = ""
authors = ["lyem <[email protected]>"]
readme = "README.md"
packages = [{ include = "scripts/*" }]
[tool.poetry.dependencies]
python = ">=3.12,<3.13"
undetected-chromedriver = "^3.5.5"
nodriver = "^0.29rc2"
pillow = "^10.3.0"
fake-useragent = "^1.5.1"
beautifulsoup4 = "^4.12.3"
pyqt6 = "^6.7.0"
platformdirs = "^4.2.2"
tldextract = "^5.1.2"
clipman = "^3.2.3"
pillow-avif-plugin = "^1.4.3"
dulwich = "^0.22.1"
cloudscraper = "^1.2.71"
opencv-python-headless = "^4.10.0.84"
cryptography = "^43.0.3"
cairosvg = "^2.7.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.1"
pyinstaller = "^6.7.0"
jinja2 = "^3.1.4"
jurigged = "^0.6.0"
[tool.poetry.scripts]
clean = "scripts.remove_cache:remove_cache_folders"
start = "scripts.start:run"
build = "scripts.build:install"
new = "scripts.template:generate"