forked from rero/rero-ebooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
47 lines (42 loc) · 1.08 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Babel = ">=2.4.0"
dojson = ">=1.3.2"
Flask-BabelEx = ">=0.9.3"
invenio = {version = "~=3.1.0",extras = ["base", "metadata", "postgresql", "auth", "elasticsearch6" ]}
isbnlib = ">=3.9.1"
PyYAML = ">=3.13"
rero-ebooks = {editable = true,path = "."}
uwsgi = ">=2.0"
invenio-oaiharvester = {ref = "v1.0.0a4",git = "https://github.com/inveniosoftware/invenio-oaiharvester.git"}
invenio-oaiserver = "*"
pipenv = "*"
requests = ">=2.20.0"
celery = "<4.3.0"
lxml = "<4.2.6,>=3.5.0"
[dev-packages]
Sphinx = ">=1.5.1"
check-manifest = ">=0.35"
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.1.0"
pytest-mock = ">=1.6.0"
pytest-pep8 = ">=1.0.6"
pytest-random-order = ">=0.5.4"
pytest-runner = ">=3.0.0,<5"
requests = ">=2.20.0"
rero-ebooks = {editable = true,path = "."}
responses = "*"
[requires]
python_version = "3.6"
[scripts]
test = "python setup.py test"
build_sphinx = "python setup.py build_sphinx"
[pipenv]
allow_prereleases = true