Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user