forked from londonaicentre/bio-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
33 lines (29 loc) · 923 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
[project]
name = "bioext"
version = "0.1.0"
description = "Helper functions for bio-ext pipelines"
authors = [
{ name = "Joe Zhang", email = "[email protected]" },
{ name = "Lawrence Adams", email = "[email protected]" },
]
readme = "README.md"
requires-python = ">=3.11.2"
dependencies = [
"mlflow[extras]",
"boto3",
"requests",
"elasticsearch",
"elasticsearch-dsl",
"elastic-transport",
"doccano-client @ git+https://github.com/drjzhn/doccano-client-urrlib-fix.git",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/bioext"]
[tool.hatch.metadata]
allow-direct-references = true
# "requests-toolbelt==1.0.0", # Required for doccano-client #
# "vcrpy==4.4.0", # Required for doccano-client #
# "urllib3==1.26" # This works for doccano-client 1.2.8 but ?breaks elastic#