mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
28 lines
744 B
TOML
28 lines
744 B
TOML
--- pyproject.toml.orig 2023-10-18 06:23:10 UTC
|
|
+++ pyproject.toml
|
|
@@ -38,21 +38,20 @@ prospector = 'prospector.run:main'
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.7.2,<4.0"
|
|
pylint = ">=2.8.3"
|
|
-pylint-celery = "0.3"
|
|
pylint-django = "~2.5"
|
|
-pylint-plugin-utils = "~0.7"
|
|
+pylint-plugin-utils = ">=0.7"
|
|
pylint-flask = "0.6"
|
|
requirements-detector = ">=1.2.0"
|
|
PyYAML = "*"
|
|
mccabe = "^0.7.0"
|
|
flake8 = "<6.0.0"
|
|
-pyflakes = ">=2.2.0,<3.*"
|
|
+pyflakes = ">=2.2.0"
|
|
pycodestyle = ">=2.9.0"
|
|
-pep8-naming = ">=0.3.3,<=0.10.0"
|
|
+pep8-naming = ">=0.3.3"
|
|
pydocstyle = ">=2.0.0"
|
|
dodgy = "^0.2.1"
|
|
toml = "^0.10.2"
|
|
-setoptconf-tmp = "^0.3.1"
|
|
+setoptconf = "^0.3.0"
|
|
GitPython = "^3.1.27"
|
|
packaging = "*"
|
|
bandit = {version = ">=1.5.1", optional = true}
|