-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (38 loc) · 858 Bytes
/
pyproject.toml
File metadata and controls
42 lines (38 loc) · 858 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
30
31
32
33
34
35
36
37
38
39
40
41
42
[project]
name = "cds-rdm-app"
version = "1.28.1"
authors = [
{ name = "CERN" }
]
license = "GPL-2.0"
requires-python = ">=3.9"
dependencies = [
"invenio-app-rdm[opensearch2]>=14.0.0b8.dev0",
"invenio-cern-sync",
"invenio-preservation-sync==0.3.0",
"cds-rdm",
"lxml>=4.6.5",
"s3fs>=2024.6.1", # extra of invenio-vocabularies for ORCiD dump
"uwsgi>=2.0",
"uwsgitop>=0.11",
"uwsgi-tools>=1.1.1"
]
[tool.uv.sources]
cds-rdm = { workspace = true }
invenio-cern-sync = { git = "https://github.com/cerndocumentserver/invenio-cern-sync", rev = "v0.6.0" }
[tool.uv.workspace]
members = [
"site",
]
[dependency-groups]
dev = [
"pytest-invenio>=3.0.0,<4.0.0",
]
[project.optional-dependencies]
sentry = [
"sentry-sdk>=1.45,<2.0.0",
]
xrootd = [
"invenio-xrootd==2.0.0a2",
"requests-kerberos==0.14.0",
]