mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-16 16:32:50 +01:00
25 lines
463 B
TOML
25 lines
463 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
check-manifest = ">=0.25"
|
|
|
|
[packages]
|
|
invenio-app-rdm = {extras = ["opensearch2", "s3"], version = ">=13.0.0"}
|
|
i-form-data-repository = {editable = true, path="./site"}
|
|
invenio-config-iform = "*"
|
|
invenio-theme-iform = "*"
|
|
|
|
uwsgi = ">=2.0"
|
|
uwsgitop = ">=0.11"
|
|
uwsgi-tools = ">=1.1.1"
|
|
nh3 = ">=0.2.24"
|
|
|
|
[requires]
|
|
python_version = "3.12"
|
|
|
|
[pipenv]
|
|
allow_prereleases = false
|