James McCool
commited on
Commit
·
1c93e3f
1
Parent(s):
9715580
Add fuzzywuzzy to requirements.txt: include fuzzywuzzy library for enhanced string matching capabilities alongside rapidfuzz.
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ gspread
|
|
| 3 |
openpyxl
|
| 4 |
matplotlib
|
| 5 |
rapidfuzz
|
|
|
|
| 6 |
pulp
|
| 7 |
docker
|
| 8 |
plotly
|
|
|
|
| 3 |
openpyxl
|
| 4 |
matplotlib
|
| 5 |
rapidfuzz
|
| 6 |
+
fuzzywuzzy
|
| 7 |
pulp
|
| 8 |
docker
|
| 9 |
plotly
|