File: simplify-deps.diff

package info (click to toggle)
python-check-jsonschema 0.34.1-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 3,796 kB
  • sloc: python: 5,529; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -11,7 +11,6 @@ Classifier: Programming Language :: Pyth
 Requires-Python: >=3.9
 Description-Content-Type: text/markdown
 License-File: LICENSE
-Requires-Dist: tomli>=2.0; python_version < "3.11"
 Requires-Dist: ruamel.yaml<0.19.0,>=0.18.10
 Requires-Dist: jsonschema<5.0,>=4.18.0
 Requires-Dist: regress>=2024.11.1
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,6 @@ classifiers = [
 ]
 requires-python = ">=3.9"
 dependencies = [
-    'tomli>=2.0;python_version<"3.11"',
     "ruamel.yaml>=0.18.10,<0.19.0",
     "jsonschema>=4.18.0,<5.0",
     "regress>=2024.11.1",