23 lines
458 B
TOML
23 lines
458 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"git",
|
|
"mypy",
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Encoding and language detection alternative to chardet"
|
|
homepage = "https://github.com/Ousret/charset_normalizer"
|
|
license = "MIT"
|
|
name = "python-charset-normalizer"
|
|
version = "3.4.5"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/jawah/charset_normalizer.git#$version"
|