-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
26 lines (23 loc) · 909 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
[build-system]
requires = ["setuptools >=69.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "elucidoc"
version = "2024.7.24"
license = {file = "LICENSE.txt"}
description = "Screens legal and other texts for sentences and clauses containing user defined search phrases"
readme = "README.md"
authors = [{name = 'John Blake'}, {email = "[email protected]"}]
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"License :: Other/Proprietary License"
]
keywords = ["legal", "text", "analysis"]
dependencies = [
"docx2python==3.3.0", "openpyxl==3.1.5", "pandas==2.2.3", "pdfminer.six==20240706", "python-docx==1.1.2",
"rich==13.9.4", "spacy==3.8.2", "textacy==0.13.0"
]
[project.urls]
"Source Code" = "https://github.com/jblake1965/eluciDoc"
"License" = "https://github.com/jblake1965/eluciDoc/blob/developer/LICENSE.txt"