Skip to content

Commit

Permalink
Update dependencies format and bump version to 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonBY committed Sep 25, 2024
1 parent ed6bbb4 commit 5b56806
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,53 @@ authors = [
{name = "MakerBi", email = "[email protected]"},
]
dependencies = [
"pywebview>=4.1",
"httpx>=0.22.0",
"peewee>=3.16.2",
"pypdf>=3.8.1",
"mammoth>=1.5.1",
"openpyxl>=3.1.2",
"python-pptx>=0.6.21",
"openai>=1.0.0",
"python-docx>=0.8.11",
"pandas>=2.0.1",
"yagmail>=0.15.293",
"qdrant-client>=1.1.3",
"markdown2>=2.4.8",
"tiktoken>=0.4.0",
"pyinstaller>=5.11.0",
"readability-lxml>=0.8.1",
"markdownify>=0.11.6",
"yt-dlp>=2023.3.4",
"pycryptodome>=3.18.0",
"clr-loader>=0.2.6",
"pyecharts>=2.0.3",
"pathspec>=0.12.1",
"langchain-text-splitters>=0.0.1",
"sqlparse>=0.5.0",
"anthropic>=0.25.7",
"pydantic>=2.7.1",
"lxml[html_clean]>=5.2.1",
"PyMuPDF>=1.24.5",
"peewee-migrate>=1.12.2",
"websockets>=12.0",
"diskcache>=5.6.3",
"mss>=9.0.1",
"Pillow>=10.3.0",
"pyaudio>=0.2.14",
"pynput>=1.7.7",
"bilili>=1.4.15",
"pathvalidate>=3.2.0",
"deepgram-sdk>=3.3.1",
"deepgram-captions>=1.2.0",
"vectorvein>=0.1.23",
"docx-ea-font>=0.0.1",
"pywebview>=4.1",
"httpx>=0.22.0",
"peewee>=3.16.2",
"pypdf>=3.8.1",
"mammoth>=1.5.1",
"openpyxl>=3.1.2",
"python-pptx>=0.6.21",
"openai>=1.0.0",
"python-docx>=0.8.11",
"pandas>=2.0.1",
"yagmail>=0.15.293",
"qdrant-client>=1.1.3",
"markdown2>=2.4.8",
"tiktoken>=0.4.0",
"pyinstaller>=5.11.0",
"readability-lxml>=0.8.1",
"markdownify>=0.11.6",
"yt-dlp>=2023.3.4",
"pycryptodome>=3.18.0",
"clr-loader>=0.2.6",
"pyecharts>=2.0.3",
"pathspec>=0.12.1",
"langchain-text-splitters>=0.0.1",
"sqlparse>=0.5.0",
"anthropic>=0.25.7",
"pydantic>=2.7.1",
"lxml[html_clean]>=5.2.1",
"PyMuPDF>=1.24.5",
"peewee-migrate>=1.12.2",
"websockets>=12.0",
"diskcache>=5.6.3",
"mss>=9.0.1",
"Pillow>=10.3.0",
"pyaudio>=0.2.14",
"pynput>=1.7.7",
"bilili>=1.4.15",
"pathvalidate>=3.2.0",
"deepgram-sdk>=3.3.1",
"deepgram-captions>=1.2.0",
"vectorvein>=0.1.23",
"docx-ea-font>=0.0.1",
]
description = ""
license = {text = "CC BY-NC-SA"}
name = ""
requires-python = ">=3.10,<3.13"
version = "0.2.15"
version = "0.2.16"

[project.optional-dependencies]
mac = ["pyobjc"]
Expand Down

0 comments on commit 5b56806

Please sign in to comment.