mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-17 08:52:49 +01:00
Migrated build tool from pipenv to uv
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user