mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-17 00:42:49 +01:00
* Update devenv * Added uv for python package management * Clean up gunicorn config artifacts * Scaffolded site * Fixed configuration for 13.0 * Added iform config/theme * Added agent contracts to allow for more automation of work in repo * Added a local rebuild command to justfile for development * Fixed deployment persistence issues * Site polish and deployment streamlining * Updated justfile to include production deployment commands * Fixed deployment bugs * Fixed local test commands
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
|