1
0
Fork 0

Adding upstream version 0.57+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-14 08:10:54 +02:00
parent 2fc3916faf
commit e9dcc5f21d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 520 additions and 304 deletions

View file

@ -4,7 +4,7 @@ requires = ["setuptools"]
[project]
name = "jinjax"
version = "0.56"
version = "0.57"
description = "Replace your HTML templates with Python server-Side components"
authors = [
{name = "Juan Pablo Scaletti", email = "juanpablo@jpscaletti.com"},
@ -16,7 +16,6 @@ classifiers = [
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
@ -34,14 +33,13 @@ dependencies = [
]
[project.optional-dependencies]
whitenoise = ["whitenoise"]
whitenoise = ["whitenoise ~= 6.9.0"]
[project.urls]
homepage = "https://jinjax.scaletti.dev/"
repository = "https://github.com/jpsca/jinjax"
documentation = "https://jinjax.scaletti.dev/guides/"
[dependency-groups]
dev = [
"ipdb >= 0.13",
@ -61,7 +59,6 @@ test = [
[tool.setuptools.packages.find]
where = ["src"]
[tool.coverage.run]
branch = true