-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
43 lines (38 loc) · 984 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "lexoid"
version = "0.1.8-1"
description = ""
authors = []
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
google-generativeai = "^0.8.1"
openai = "^1.47.0"
pikepdf = "^9.3.0"
pdfplumber = "^0.11.4"
pandas = "^2.2.3"
tabulate = "^0.9.0"
bs4 = "^0.0.2"
markdownify = "^0.13.1"
opencv-python = "^4.10.0.84"
pypdfium2 = "^4.30.0"
markdown = "^3.7"
python-dotenv = "^1.0.0"
loguru = "^0.7.2"
playwright = "^1.49.0"
docx2pdf = "^0.1.8"
python-docx = "^1.1.2"
nest-asyncio ="^1.6.0"
pyqt5 = {version = "^5.15.11", markers = "platform_system != 'debian'"}
pyqtwebengine = {version = "^5.15.7", markers = "platform_system != 'debian'"}
huggingface-hub = "^0.27.0"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
pytest-asyncio = "^0.23.8"
pytest = "^8.3.2"
[tool.poetry.group.docs.dependencies]
sphinx = "^8.1.3"
pydata-sphinx-theme = "^0.16.1"
[build-system]
requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"