-
Notifications
You must be signed in to change notification settings - Fork 5
/
Pipfile
32 lines (28 loc) · 888 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
check-manifest = ">=0.25"
pytest = "==6.2.5"
selenium = "*"
pytest-invenio = "==2.1.1"
flask-pytest = "*"
[packages]
invenio-logging = {extras = ["sentry-sdk"], version = "~=1.3.0"}
ultraviolet-saml = {git = "https://github.com/nyudlts/ultraviolet-saml.git"}
ultraviolet-permissions = {git = "https://github.com/nyudlts/ultraviolet-permissions-module.git"}
invenio-communities = {git = "https://github.com/nyudlts/ultraviolet-communities.git", ref="4.1.1-role-filter"}
lxml = "==4.9.3"
xmlsec = "==1.3.13"
invenio-assets = "==2.0.0"
invenio-previewer = "==1.3.10"
python-dotenv = "*"
uwsgi = ">=2.0"
uwsgitop = ">=0.11"
uwsgi-tools = ">=1.1.1"
invenio-app-rdm = {version = "~=11.0.0", extras = ["opensearch2", "postgresql"]}
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = false