Migrated build tool from pipenv to uv

This commit is contained in:
2026-08-14 14:55:44 +01:00
parent b604341e52
commit 3c4d9a613d
5 changed files with 5937 additions and 5222 deletions
+18
View File
@@ -0,0 +1,18 @@
[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 }