-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
38 lines (34 loc) · 880 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Babel = ">=2.4.0"
Flask-BabelEx = ">=0.9.3"
invenio = { version = ">=3.2.2,<3.3.0", extras = ["base", "auth", "metadata", "files", "postgresql", "elasticsearch7" ]}
lxml = ">=3.5.0,<4.2.6"
marshmallow = ">=3.0.0,<4.0.0"
SQLAlchemy-Utils = ">=0.33.1,<0.36"
uwsgi = ">=2.0"
uwsgi-tools = ">=1.1.1"
uwsgitop = ">=0.11"
[dev-packages]
check-manifest = ">=0.35"
coverage = ">=4.4.1"
Flask-Debugtoolbar = ">=0.10.1"
isort = ">=4.3"
mock = ">=2.0.0"
pydocstyle = ">=2.0.0"
pytest = ">=3.3.1"
pytest-cov = ">=2.5.1"
pytest-invenio = ">=1.2.1,<1.3.0"
pytest-mock = ">=1.6.0"
pytest-pep8 = ">=1.0.6"
pytest-random-order = ">=0.5.4"
pytest-runner = ">=3.0.0,<5"
Sphinx = ">=1.5.1"
[requires]
python_version = "3.6"
[scripts]
test = "python setup.py test"
build_sphinx = "python setup.py build_sphinx"