mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
11 lines
275 B
TOML
11 lines
275 B
TOML
--- pyproject.toml.orig 2024-06-16 09:50:19 UTC
|
|
+++ pyproject.toml
|
|
@@ -30,7 +30,7 @@ dependencies = [
|
|
]
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
- "pycodestyle >= 2.12.0",
|
|
+ "pycodestyle >= 2.11.0",
|
|
"tomli; python_version < '3.11'",
|
|
]
|
|
dynamic = ["version"]
|