-
Notifications
You must be signed in to change notification settings - Fork 31
/
Pipfile
33 lines (30 loc) · 1.04 KB
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest-invenio = ">=2.1.0,<3.0.0"
pytest-black = ">=0.3.0"
sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released
[packages]
# See https://github.com/zenodo/zenodo-rdm/issues/1100 for the reason of the pin
invenio-app-rdm = {version = "==13.0.0b1.dev24", extras = ["opensearch2"]}
invenio-rdm-records = ">=16.4.1,<16.5.0"
invenio-vocabularies = ">=6.9.0,<6.10.0"
invenio-theme = ">=3.5.1,<3.5.2"
sentry-sdk = ">=1.45,<2.0.0"
zenodo_rdm = {editable="True", path="./site"}
zenodo_legacy = {editable="True", path="./legacy"}
# TODO: Remove once we fix PyPI package issues
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.12.0"}
jsonschema = ">=4.17.0,<4.18.0" # due to compatibility issues with alpha
ipython = "!=8.1.0"
uwsgi = ">=2.0"
uwsgitop = ">=0.11"
uwsgi-tools = ">=1.1.1"
pyvips = ">=2.2.2,<3.0.0"
# TODO: Remove once all packages are compatible with wtforms 3.2+
wtforms = "<3.0.0"
[requires]
python_version = "3.9"