-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
35 lines (31 loc) · 908 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
check-manifest = ">=0.25"
pre-commit = "*"
pytest-invenio = "*"
pytest-mypy = "*"
mkdocs = "*"
mkdocs-material = "*"
mkdocs-gen-files = "*"
mkdocs-literate-nav = "*"
mkdocs-section-index = "*"
mkdocstrings-python = "*"
# Avoid pytest>=8 as dependency resolution is not giving a compatible version of pluggy
# Manifests as: https://github.com/pytest-dev/pytest/issues/12144
pytest = "<8"
[packages]
ic-data-repo = {editable=true, path="./site"}
uwsgi = ">=2.0"
uwsgitop = ">=0.11"
uwsgi-tools = ">=1.1.1"
# Avoid sqlalchemy-continuum==1.4.0 due to compatibility issue described here:
# https://github.com/kvesteri/sqlalchemy-continuum/issues/351
sqlalchemy-continuum = "!=1.4.0"
invenio-app-rdm = {extras = ["opensearch2"], version = "~=12.0.0"}
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = false