File size: 555 Bytes
456b2a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "en-ja-align"
version = "0.1.0"
description = "Add your description here"
authors = [{ name = "hppRC", email = "[email protected]" }]
dependencies = [
    "datasets>=2.18.0",
    "beautifulsoup4>=4.12.3",
    "tqdm>=4.66.2",
    "lxml>=5.1.0",
]
readme = "README.md"
requires-python = ">= 3.8"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
managed = true
dev-dependencies = []

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["en-ja-align"]