13 lines
273 B
TOML
13 lines
273 B
TOML
[project]
|
|
name = "megasniff"
|
|
version = "0.1.0"
|
|
description = "Library for in-time codegened type validation"
|
|
authors = [
|
|
{ name = "nikto_b", email = "niktob560@yandex.ru" }
|
|
]
|
|
license = {file="LICENSE"}
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"jinja2>=3.1.6",
|
|
]
|