mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-01 01:54:57 -05:00
setup.py: Add tantivy to the optional dependencies.
This commit is contained in:
parent
088b0a22d2
commit
5d3016e1db
5
setup.py
5
setup.py
@ -34,6 +34,11 @@ setup(
|
|||||||
"typing;python_version<'3.5'",
|
"typing;python_version<'3.5'",
|
||||||
"matrix-nio[e2e]"
|
"matrix-nio[e2e]"
|
||||||
],
|
],
|
||||||
|
extras_require={
|
||||||
|
"e2e_search": [
|
||||||
|
"tantivy",
|
||||||
|
]
|
||||||
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": ["pantalaimon=pantalaimon.main:main",
|
"console_scripts": ["pantalaimon=pantalaimon.main:main",
|
||||||
"panctl=pantalaimon.panctl:main"],
|
"panctl=pantalaimon.panctl:main"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user