mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-08-03 03:56:06 -04:00
setup.py: Add tantivy to the optional dependencies.
This commit is contained in:
parent
088b0a22d2
commit
5d3016e1db
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
@ -34,6 +34,11 @@ setup(
|
|||
"typing;python_version<'3.5'",
|
||||
"matrix-nio[e2e]"
|
||||
],
|
||||
extras_require={
|
||||
"e2e_search": [
|
||||
"tantivy",
|
||||
]
|
||||
},
|
||||
entry_points={
|
||||
"console_scripts": ["pantalaimon=pantalaimon.main:main",
|
||||
"panctl=pantalaimon.panctl:main"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue