Skip to content

Commit

Permalink
Added dependency to fix bug fastapi/typer#377
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed Nov 9, 2022
1 parent 144527d commit 6892115
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 6 deletions.
3 changes: 2 additions & 1 deletion annotators/BadlistedWordsDetector/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gunicorn==19.9.0
requests==2.22.0
sentry-sdk==0.12.3
spacy==3.0.5
typer==0.4.1
click==7.1.2
jinja2<=3.0.3
Werkzeug<=2.0.3
Werkzeug<=2.0.3
3 changes: 2 additions & 1 deletion annotators/BadlistedWordsDetector_ru/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ gunicorn==19.9.0
requests==2.22.0
sentry-sdk==0.12.3
spacy==3.0.5
typer==0.4.1
click==7.1.2
pymorphy2==0.9.1
jinja2<=3.0.3
Werkzeug<=2.0.3
Werkzeug<=2.0.3
1 change: 1 addition & 0 deletions annotators/COMeT/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pydantic==1.8.2
uvicorn[standard]==0.15.0
pandas==1.1.5
spacy==2.2.3
typer==0.4.1
ftfy==5.1
requests==2.22.0
sentry-sdk[asgi]==1.3.1
Expand Down
1 change: 1 addition & 0 deletions annotators/SentRewrite/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ itsdangerous==2.0.1
sentry_sdk==0.12.2
neuralcoref==4.0
spacy==2.1.0
typer==0.4.1
gunicorn==19.9.0
nltk==3.2.5
jinja2<=3.0.3
Expand Down
2 changes: 2 additions & 0 deletions annotators/entity_detection/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ transformers==4.6.0
pydantic==1.3
deeppavlov==0.17.3
spacy==2.2.3
typer==0.4.1

1 change: 1 addition & 0 deletions annotators/entity_storer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gunicorn==19.9.0
healthcheck==1.3.3
six==1.15.0
spacy==3.0.0
typer==0.4.1
nltk==3.5
click==7.1.2
requests==2.25.1
Expand Down
2 changes: 2 additions & 0 deletions annotators/fact_retrieval/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ faiss-cpu==1.7.0
cryptography==2.8
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm==2.2.5
spacy==2.2.3
typer==0.4.1

1 change: 1 addition & 0 deletions annotators/midas_classification/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requests==2.23.0
gunicorn==19.9.0
numpy==1.17.2
spacy==3.0.6
typer==0.4.1
jinja2<=3.0.3
Werkzeug<=2.0.3
git+https://github.com/deeppavlov/bert.git@feat/multi_gpu
Expand Down
3 changes: 2 additions & 1 deletion annotators/sentseg_ru/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ gunicorn==20.0.4
sentry-sdk==0.13.4
requests==2.22.0
spacy==3.2.0
typer==0.4.1
jinja2<=3.0.3
Werkzeug<=2.0.3
transformers==4.6.0
torch==1.6.0
torchvision==0.7.0
cryptography==2.8
cryptography==2.8
3 changes: 2 additions & 1 deletion annotators/spacy_annotator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gunicorn==20.0.4
sentry-sdk==0.13.4
requests==2.22.0
spacy==3.2.0
typer==0.4.1
click<=8.0.4
jinja2<=3.0.3
Werkzeug<=2.0.3
Werkzeug<=2.0.3
1 change: 1 addition & 0 deletions annotators/spacy_nounphrases/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ gunicorn==20.0.4
sentry-sdk==0.13.4
requests==2.22.0
spacy==2.2.0
typer==0.4.1
jinja2<=3.0.3
Werkzeug<=2.0.3
1 change: 1 addition & 0 deletions services/wiki_facts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ jinja2<=3.0.3
Werkzeug<=2.0.3
inflect==5.3.0
spacy==3.0.6
typer==0.4.1
importlib_metadata<5
1 change: 1 addition & 0 deletions skills/dff_animals_skill/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
inflect==5.3.0
spacy==3.0.6
typer==0.4.1
importlib_metadata<5
1 change: 1 addition & 0 deletions skills/dff_bot_persona_skill/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
spacy==3.0.6
typer==0.4.1
importlib_metadata<5
3 changes: 2 additions & 1 deletion skills/dff_food_skill/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
spacy==3.0.6
spacy==3.0.6
typer==0.4.1
importlib_metadata<5
1 change: 1 addition & 0 deletions skills/dff_music_skill/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
inflect==5.3.0
spacy==3.0.6
typer==0.4.1
importlib_metadata<5
1 change: 1 addition & 0 deletions skills/dff_wiki_skill/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
inflect==5.3.0
spacy==3.0.6
typer==0.4.1
importlib_metadata<5
3 changes: 2 additions & 1 deletion skills/factoid_qa/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ requests==2.27.1
numpy==1.17.2
sentry-sdk==0.14.2
spacy==2.2.3
typer==0.4.1
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm==2.2.5
jinja2<=3.0.3
Werkzeug<=2.0.3
importlib-metadata<5.0
importlib-metadata<5.0
1 change: 1 addition & 0 deletions skills/faq_skill_deepy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requests==2.22.0
numpy==1.17.2
sentry-sdk==0.12.3
spacy==2.2.3
typer==0.4.1
deeppavlov==0.14.0
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm==2.2.5
jinja2<=3.0.3
Expand Down
1 change: 1 addition & 0 deletions skills/meta_script_skill/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requests==2.22.0
numpy==1.17.2
sentry-sdk==0.14.1
spacy==2.1.0
typer==0.4.1
importlib_metadata<5
nltk==3.2.5
jinja2<=3.0.3
Expand Down

0 comments on commit 6892115

Please sign in to comment.