12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
# requirements.txt
|
|
streamlit
|
|
requests
|
|
python-dotenv
|
|
pandas
|
|
fuzzywuzzy==0.18.0
|
|
jiwer==4.0.0
|
|
# levenshtein and python-levenshtein are replaced by rapidfuzz for better compatibility
|
|
rapidfuzz==3.13.0
|
|
markupsafe==3.0.2
|
|
werkzeug==3.1.3
|