mirror of
https://github.com/langgenius/dify-ee-helm-chart-values-generator.git
synced 2026-07-01 20:14:02 -04:00
0d02b4ec9d
Renamed all references from 'Dify Helm Chart Values Generator' to 'Dify EE (Enterprise Edition) Helm Chart Values Generator' across documentation, code comments, and metadata. Updated documentation to clarify that Helm is now a required dependency, improved instructions for using local values.yaml with version detection, and revised output file naming conventions. Enhanced CLI and i18n support for version handling and language selection.
12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
# Python dependencies for Dify EE (Enterprise Edition) Helm Chart Values Generator
|
|
# Generated by uv: uv pip compile pyproject.toml -o requirements.txt
|
|
# Install with: uv pip install -r requirements.txt
|
|
# Or: pip install -r requirements.txt
|
|
|
|
# Core dependencies
|
|
pyyaml>=5.4.0
|
|
ruamel.yaml>=0.18.0
|
|
|
|
# Note: ruamel.yaml-clib is automatically installed as a dependency of ruamel.yaml
|
|
# It provides C extensions for better performance
|