Greg Thompson commited on
Commit
483d3cd
1 Parent(s): 27d20fd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -1,7 +1,13 @@
 
 
 
 
1
  mathtext @ git+https://gitlab.com/tangibleai/community/mathtext@main
2
  fastapi==0.74.*
3
  pydantic==1.10.*
 
4
  requests==2.27.*
5
  sentencepiece==0.1.*
6
  supabase
7
- uvicorn==0.17.*
 
 
1
+ dill
2
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl
3
+ fuzzywuzzy
4
+ jsonpickle
5
  mathtext @ git+https://gitlab.com/tangibleai/community/mathtext@main
6
  fastapi==0.74.*
7
  pydantic==1.10.*
8
+ python-Levenshtein
9
  requests==2.27.*
10
  sentencepiece==0.1.*
11
  supabase
12
+ transitions
13
+ uvicorn==0.17.*