feat: implement typesense container
This commit is contained in:
parent
6d7905f6a0
commit
2db8c585ad
8 changed files with 73 additions and 2 deletions
|
|
@ -85,6 +85,9 @@ requests-http-message-signatures = "==0.3.1"
|
|||
sentry-sdk = "==1.19.1"
|
||||
watchdog = "==2.2.1"
|
||||
|
||||
# Typesense
|
||||
typesense = { version = "==0.15.1", optional = true }
|
||||
|
||||
# Dependencies pinning
|
||||
ipython = "==7.34.0"
|
||||
pluralizer = "==1.2.0"
|
||||
|
|
@ -118,6 +121,9 @@ requests-mock = "==1.10.0"
|
|||
pylint = "==2.17.2"
|
||||
pylint-django = "==2.5.3"
|
||||
|
||||
[tool.poetry.extras]
|
||||
typesense = ["typesense"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue