-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
41 lines (35 loc) · 881 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
38
39
40
41
[tool.poetry]
name = "wutheringwaves"
version = "0.1.0"
description = ""
authors = ["ZetsuBouKyo <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8,<3.10"
html2image = "^2.0.4.3"
html2text = "^2024.2.26"
jinja2 = "^3.1.4"
lxml = "^5.3.0"
matplotlib = "3.7.5"
mistune = "^3.0.2"
pandas = "2.0.3"
pillow = "^10.4.0"
pydantic = "^2.8.2"
pyinstaller = "^6.9.0"
pyside2 = "^5.15.2.1"
pytest = "^8.3.2"
requests = "^2.32.3"
rich = "^13.7.1"
scipy = "1.6.3"
tksheet = "^7.2.12"
typer = "^0.12.3"
mkdocs-material = "^9.5.48"
[tool.poetry.group.mkdocs.dependencies]
mkdocs-git-revision-date-localized-plugin = "^1.3.0"
mkdocs-minify-plugin = "^0.8.0"
mkdocs-static-i18n = "^1.2.3"
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"