๐Ÿ“ฆ langgenius / dify-ee-helm-chart-values-generator

๐Ÿ“„ requirements-dev.txt ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16# Development dependencies for code quality checks
# Install with: pip install -r requirements-dev.txt

# Include production dependencies
-r requirements.txt

# Code quality tools
flake8>=6.0.0
pylint>=2.17.0
black>=23.0.0
yamllint>=1.32.0

# Optional: for shell script linting (install separately if needed)
# shellcheck (install via package manager: brew install shellcheck / apt-get install shellcheck)