File size: 407 Bytes
e7cee37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[project]
name = "vlc-downloader"
version = "1.0.0"
description = "Vietnamese Legal Corpus Downloader"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "httpx>=0.27.0",
    "beautifulsoup4>=4.12.0",
    "lxml>=5.0.0",
    "rich>=13.0.0",
    "click>=8.1.0",
]

[project.scripts]
vlc-download = "downloader:main"

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