forked from CERNDocumentServer/cds-rdm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
28 lines (24 loc) · 733 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
check-manifest = ">=0.25"
[packages]
invenio-app-rdm = {version = "~=13.0.0b1.dev25", extras = ["opensearch2"]}
sentry-sdk = ">=1.45,<2.0.0"
invenio-vocabularies = {extras = ["s3fs"]}
cds-rdm = {editable=true, path="./site"}
jsonschema = ">=4.17.0,<4.18.0" # due to compatibility issues with alpha
lxml = ">=4.6.5"
ipython = "!=8.1.0"
uwsgi = ">=2.0"
uwsgitop = ">=0.11"
uwsgi-tools = ">=1.1.1"
flask-mail = ">=0.9.0,<0.10.0"
invenio-preservation-sync = "==0.1.1"
invenio-cern-sync = {git = "https://github.com/cerndocumentserver/invenio-cern-sync.git", ref = "v0.1.2"}
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = false