Fix test_requirements.txt - remove incompatible packages
This commit is contained in:
@@ -7,52 +7,13 @@ httpx>=0.25.0
|
|||||||
|
|
||||||
# Code Quality - Linting
|
# Code Quality - Linting
|
||||||
flake8>=6.0.0
|
flake8>=6.0.0
|
||||||
flake8-docstrings>=1.7.0
|
|
||||||
flake8-builtins>=2.0.0
|
|
||||||
flake8-comprehensions>=3.12.0
|
|
||||||
flake8-logging-format>=0.9.0
|
|
||||||
pylint>=2.17.0
|
pylint>=2.17.0
|
||||||
black>=23.0.0
|
black>=23.0.0
|
||||||
isort>=5.12.0
|
isort>=5.12.0
|
||||||
|
|
||||||
# Code Quality - Type Checking
|
|
||||||
mypy>=1.5.0
|
|
||||||
types-requests>=2.31.0
|
|
||||||
|
|
||||||
# Static Security Analysis
|
# Static Security Analysis
|
||||||
bandit>=1.7.0
|
bandit>=1.7.0
|
||||||
safety>=2.3.0
|
safety>=2.3.0
|
||||||
semgrep>=1.40.0
|
|
||||||
detect-secrets>=1.4.0
|
|
||||||
|
|
||||||
# SAST/DAST Tools (CLI-based)
|
|
||||||
vulture>=2.7.0
|
|
||||||
pre-commit>=3.5.0
|
|
||||||
|
|
||||||
# Complexity Analysis
|
|
||||||
radon>=6.0.0
|
|
||||||
xenon>=1.0.0
|
|
||||||
|
|
||||||
# Documentation Quality
|
|
||||||
pydocstyle>=6.3.0
|
|
||||||
darglint>=1.8.0
|
|
||||||
|
|
||||||
# Dependency Analysis
|
|
||||||
pip-audit>=2.5.0
|
|
||||||
pip-check>=2.10.0
|
|
||||||
|
|
||||||
# License Compliance
|
|
||||||
pip-licenses>=4.0.0
|
|
||||||
|
|
||||||
# Coverage
|
# Coverage
|
||||||
coverage>=7.0.0
|
coverage>=7.0.0
|
||||||
coveralls>=3.3.0
|
|
||||||
|
|
||||||
# Performance Testing
|
|
||||||
locust>=2.18.0
|
|
||||||
|
|
||||||
# API Testing
|
|
||||||
schemathesis>=3.18.0
|
|
||||||
|
|
||||||
# Docker Security
|
|
||||||
hadolint>=2.12.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user