James McCool commited on
Commit
11c55a2
·
1 Parent(s): 91e473e

Update dependencies in requirements.txt

Browse files

- Replaced the fuzzywuzzy library with rapidfuzz to enhance performance in name matching operations.
- Maintained existing functionality while ensuring compatibility with the updated library.

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