-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 830 Bytes
/
pyproject.toml
File metadata and controls
29 lines (27 loc) · 830 Bytes
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
[project]
name = "harvest"
version = "0.1.0"
description = "Human-in-the-loop Actionable Research and Vocabulary Extraction Technology"
authors = [
{name = "MD Sharma",email = "M.D.Sharma@exeter.ac.uk"}
]
readme = "README.md"
requires-python = ">=3.12,<3.14"
dependencies = [
"jupyter (>=1.1.1,<2.0.0)",
"ipykernel (>=6.30.1,<7.0.0)",
"python-doctr[tf] (>=1.0.0,<2.0.0)",
"pymupdf4llm (>=0.0.27,<0.0.28)",
"spacy (>=3.8.7,<4.0.0)",
"pandas (>=2.3.2,<3.0.0)",
"openai (>=1.102.0,<2.0.0)",
"flask (>=3.0.0,<4.0.0)",
"flask-cors (>=4.0.0,<5.0.0)",
"dash (>=2.17.0,<3.0.0)",
"dash-bootstrap-components (>=1.6.0,<2.0.0)",
"requests (>=2.31.0,<3.0.0)",
"bcrypt (>=3.2.0,<5.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"