-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
64 lines (59 loc) · 1.62 KB
/
pyproject.toml
File metadata and controls
64 lines (59 loc) · 1.62 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[project]
name = "impatient"
version = "1.7.0"
description = "IMPatienT: an integrated web application to digitize, process and explore multimodal patient data"
maintainers = [
]
requires-python = ">= 3.10"
dependencies = [
"scikit-learn<2",
"scikit-image<1",
"dash<4",
"Flask<4",
"Flask-WTF<2",
"WTForms<3",
"wtforms-validators<2",
"Flask-SQLAlchemy<4",
"Flask-Mail<1",
"python-dotenv<1",
"pandas<3",
"numpy<2",
"plotly<7",
"Pillow<12",
"joblib<2",
"dash-core-components<3",
"dash-bootstrap-components<2",
"Flask-Migrate<5",
"Flask-Session<1",
"pytesseract<1",
"pdf2image<2",
"spacy<=3.8.7",
"thefuzz<1",
"email-validator<3",
"dash-html-components<3",
"gunicorn<24",
"opencv-python-headless<5",
"python-Levenshtein<0.27.1",
"PyJWT<2.4.0",
"en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl",
"fr_core_news_sm @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-3.8.0/fr_core_news_sm-3.8.0-py3-none-any.whl",
"Flask-Cors<7",
"textacy<1",
"bleach<5.1.1",
"pronto<2.6.5",
"jsonschema<4.20.0",
"cairosvg<3.0.0",
"huggingface-hub>=0.33.0",
]
[dependency-groups]
dev = [
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/impatient"]