forked from rero/rero-mef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (40 loc) · 937 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
36
37
38
39
40
41
42
43
44
45
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Babel = ">=2.4.0"
Flask-BabelEx = ">=0.9.3"
ijson = ">=2.3"
invenio = {version = "~=3.0.0",extras = ["base", "metadata", "postgresql", "auth", "elasticsearch6" ]}
rero-mef = {editable = true,path = "."}
uwsgi = ">=2.0"
pymarc = "*"
prompt-toolkit = "*"
pipenv = "*"
psutil = "*"
invenio-admin = "*"
idna = "==2.7"
lxml = "==4.2.5"
amqp = "*"
[dev-packages]
Flask-Debugtoolbar = ">=0.10.1"
Sphinx = ">=1.5.1"
check-manifest = ">=0.35"
coverage = ">=4.4.1"
isort = ">=4.3.5,<4.3.10"
mock = ">=2.0.0"
pydocstyle = ">=2.0.0"
pytest = ">=3.3.1"
pytest-cov = ">=2.5.1"
pytest-invenio = ">=1.0.2,<1.1.0"
pytest-mock = ">=1.6.0"
pytest-pep8 = ">=1.0.6"
pytest-random-order = ">=0.5.4"
pytest-runner = ">=3.0.0,<5"
pymarc = ">=3.1.10"
[requires]
python_version = "3.6"
[scripts]
test = "python setup.py test"
build_sphinx = "python setup.py build_sphinx"