12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
# Python dependencies for KaraokeMerge CLI tool
|
|
|
|
# Core dependencies
|
|
flask>=2.0.0
|
|
|
|
# Fuzzy matching dependencies (required for playlist validation)
|
|
fuzzywuzzy>=0.18.0
|
|
python-Levenshtein>=0.21.0
|
|
|
|
# For future enhancements:
|
|
# pandas>=1.5.0 # For advanced data analysis
|
|
# click>=8.0.0 # For enhanced CLI interface |