-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
53 lines (49 loc) · 1.15 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.isort]
profile = "ruff"
[tool.pdm]
[tool.pdm.build]
includes = []
[[tool.pdm.source]]
name = "mirrors"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
verify_ssl = true
[tool.pdm.dev-dependencies]
lint = [
"ruff>=0.4.4",
]
[project]
authors = [
{name = "kaesinol"},
]
license = {text = "MIT"}
requires-python = "<4.0,>=3.11"
dependencies = [
"langcodes>=3.3.0",
"language-data>=1.1",
"html2text>=2020.1.16",
"ruamel-yaml>=0.17.21",
"ruamel-yaml-string>=0.1.0",
"urllib3>=1.26.14",
"beautifulsoup4>=4.11.1",
"pillow>=9.4.0",
"requests>=2.28.2",
"ruamel-base>=1.0.0",
"loguru>=0.7.0, <1.0",
"pyyaml>=6.0",
"pysocks>=1.7.1",
"lxml>=4.9.2",
"py3langid>=0.2.2, <1.0",
"epicstore-api>=0.1.7, <1.0",
"deepdiff>=7.0.1, <8.0",
"FGI-YAML-Formattor>=0.1.0",
"yamlgenerator-hook-search>=1.0.1, <2.0",
"yamlgenerator-hook-validate>=1.0.0a1, <2.0",
"deprecated>=1.2.14",
]
name = "gameyamlspiderandgenerator"
version = "2.0.3"
description = "A useful tool for generating Furrygameindex yaml files"
readme = "README.md"