mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-16 16:32:50 +01:00
19 lines
439 B
TOML
19 lines
439 B
TOML
[project]
|
|
name = "i-form-data-repository-deployment"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"invenio-app-rdm[opensearch2,s3]>=13.0.0",
|
|
"i-form-data-repository",
|
|
"invenio-config-iform",
|
|
"invenio-theme-iform",
|
|
"uwsgi>=2.0",
|
|
"uwsgitop>=0.11",
|
|
"uwsgi-tools>=1.1.1",
|
|
"nh3>=0.2.24",
|
|
"setuptools<70.0.0"
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
i-form-data-repository = { path = "./site", editable = true }
|