(bump:patch) Feat: Show app version in the Help page (#68)

* typo

* show version in the Help page

* update docs

* pump duckduckgo-search

* allow app version to be set by env var
This commit is contained in:
ian_Cin
2024-05-16 14:27:51 +07:00
committed by GitHub
parent bd34facddc
commit b2296cfcdf
5 changed files with 54 additions and 29 deletions

View File

@@ -60,7 +60,7 @@ classifiers = [
[project.optional-dependencies]
adv = [
"wikipedia>=1.4.0,<1.5",
"duckduckgo-search>=5.3.0,<5.4.0",
"duckduckgo-search>=6.1.0,<6.2",
"googlesearch-python>=1.2.4,<1.3",
"python-docx>=1.1.0,<1.2",
"unstructured[pdf]==0.13.4",