Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = ["python-flit-core"]
|
||||
runtime = ["python"]
|
||||
|
||||
[package]
|
||||
description = "Backported and Experimental Type Hints for Python 3.8+"
|
||||
homepage = "https://github.com/python/typing_extensions"
|
||||
license = "Python-2.0.1"
|
||||
name = "python-typing_extensions"
|
||||
version = "4.15.0"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "40e4fd945fb070e470976538741ee85add33de5e8ab2f1583e9e264d8386916b"
|
||||
url = "https://github.com/python/typing_extensions/archive/refs/tags/$version.tar.gz"
|
||||
Reference in New Issue
Block a user