1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- pyproject.toml.orig 2025-11-04 18:52:34 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=80,<81"]
+requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
@@ -11,12 +11,11 @@ dependencies = [
requires-python = ">= 3.10"
dependencies = [
"Django (>5.0,<6)",
- "django-tasks>=0.7,<0.9",
+ "django-tasks>=0.7,<1",
]
description = "A library for indexing Django models with Elasicsearch, OpenSearch or database and searching them with the Django ORM."
readme = "README.md"
-license = "BSD-3-Clause"
-license-files = ["LICENSE"]
+license = {text = "BSD-3-Clause"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
|