Skip to content

Commit facef08

Browse files
committed
Removed fuzzywuzzy and python-Levenshtein-wheels
These are licensed under GPL while project is MIT. Also not using.
1 parent 314f90d commit facef08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
Flask==1.1.2
22
pandas==1.0.0
33
numpy==1.18.1
4-
fuzzywuzzy==0.17.0
54
sqlalchemy < 1.4.0 # Import error with 1.4.0 on _ColumnEntity
65
psycopg2-binary==2.8.4
7-
python-Levenshtein-wheels
86
xlrd==1.2.0 # currently used for xlsx, but we should consider adjusting code to openpyxl for xlsx
97
openpyxl
108
requests

0 commit comments

Comments
 (0)