Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"python-setuptools",
|
||||
"python-wheel",
|
||||
]
|
||||
optional = [
|
||||
"python-lxml",
|
||||
"python-pip",
|
||||
"python-psutil",
|
||||
"python-setuptools",
|
||||
]
|
||||
runtime = [
|
||||
"python",
|
||||
"python-librt",
|
||||
"python-mypy_extensions",
|
||||
"python-orjson",
|
||||
"python-pathspec",
|
||||
"python-typing_extensions",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "Optional static typing for Python (PEP484)"
|
||||
homepage = "http://www.mypy-lang.org/"
|
||||
license = "MIT"
|
||||
name = "mypy"
|
||||
version = "1.19.1"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://github.com/python/mypy.git#v$version"
|
||||
Reference in New Issue
Block a user