-
Notifications
You must be signed in to change notification settings - Fork 28
/
Pipfile
31 lines (27 loc) · 931 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
[[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]
invenio-app-rdm = {version = "~=13.0.0b1.dev17", extras = ["opensearch2"]}
invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
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.10.2"}
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"