James McCool commited on
Commit
9715580
·
1 Parent(s): 1a21253

Update requirements.txt: replace fuzzywuzzy with rapidfuzz to enhance performance in export matching functionality.

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@ streamlit
2
  gspread
3
  openpyxl
4
  matplotlib
5
- fuzzywuzzy
6
  pulp
7
  docker
8
  plotly
 
2
  gspread
3
  openpyxl
4
  matplotlib
5
+ rapidfuzz
6
  pulp
7
  docker
8
  plotly