Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"python-setuptools",
|
||||
"python-wheel",
|
||||
]
|
||||
optional = [
|
||||
"python-babel",
|
||||
"python-pygments",
|
||||
"python-pytest",
|
||||
"python-dogpile.cache",
|
||||
"python-beaker",
|
||||
]
|
||||
runtime = [
|
||||
"python",
|
||||
"python-markupsafe",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "template library written in Python"
|
||||
homepage = "https://github.com/sqlalchemy/mako"
|
||||
license = "MIT"
|
||||
name = "python-mako"
|
||||
version = "1.3.10"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://github.com/sqlalchemy/mako.git#6e514adcef6194bcf7fedc1b83078e110caaaadf"
|
||||
Reference in New Issue
Block a user