-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (39 loc) · 1.52 KB
/
pyproject.toml
File metadata and controls
43 lines (39 loc) · 1.52 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
[project]
name = "feasibility-data"
version = "0.6.0"
description = "A Data Package for the ON LiMiT feasibility study. The data itself is connected to this Data Package via storage on GenomeDK at Aarhus University, Denmark but is not publicly accessible. The publicly accessible content of this Data Package is the documentation and metadata associated with the data."
authors = [
{name = "Kristiane Beicher", email = "kris.beicher@clin.au.dk" },
{name = "Daniel Ibsen", email = "dbi@ph.au.dk" },
{name = "Luke W. Johnston", email = "lwjohnst@gmail.com" },
{name = "Signe Kirk Brødbæk", email = "signekb@clin.au.dk" },
{name = "Marton Vago", email = "marton.vago95@gmail.com" },
]
maintainers = [
{name = "Kristiane Beicher", email = "kris.beicher@clin.au.dk" },
{name = "Daniel Ibsen", email = "dbi@ph.au.dk" },
{name = "Luke W. Johnston", email = "lwjohnst@gmail.com" },
{name = "Signe Kirk Brødbæk", email = "signekb@clin.au.dk" },
{name = "Marton Vago", email = "marton.vago95@gmail.com" },
]
readme = "README.md"
license = "MIT"
license-files = ["LICENSE-MIT.md"]
requires-python = ">=3.12"
dependencies = [
"polars>=1.36.0",
"python-dotenv>=1.2.2",
"requests>=2.32.5",
"seedcase-sprout>=0.49.0",
]
[project.urls]
issues = "https://github.com/onlimit-study/feasibility-data/issues"
repository = "https://github.com/onlimit-study/feasibility-data"
[dependency-groups]
dev = [
"commitizen>=4.10.0",
"pre-commit>=4.5.0",
"ruff>=0.14.8",
"types-requests>=2.32.4.20260107",
"typos>=1.40.0",
]