diff --git a/requirements.txt b/requirements.txt index 6b7eb8f47..6862b71f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ +fuzzywuzzy==0.15 networkx==1.11 jupyter diff --git a/search.ipynb b/search.ipynb index f4bc1ee8d..d09f4a0e9 100644 --- a/search.ipynb +++ b/search.ipynb @@ -22,16 +22,7 @@ "editable": true, "scrolled": true }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\Eshan\\AppData\\Local\\Programs\\Python\\Python36\\lib\\site-packages\\fuzzywuzzy\\fuzz.py:35: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning\n", - " warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')\n" - ] - } - ], + "outputs": [], "source": [ "from search import *" ] @@ -1996,4 +1987,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}