Skip to content

Commit

Permalink
Circulation: integration of invenio-circulation APIs
Browse files Browse the repository at this point in the history
 * NEW makes invenio circ APIs available

Signed-off-by: Aly Badr <aly.badr@rero.ch>
  • Loading branch information
Aly Badr committed Nov 6, 2018
1 parent c3dbbc4 commit 70f4122
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 229 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ PyYAML = ">=3.13"
rero-ils = {editable = true, path = "."}
uwsgi = ">=2.0"
invenio-oaiharvester = {ref = "v1.0.0a4", git = "https://github.com/inveniosoftware/invenio-oaiharvester.git"}
invenio-circulation = {ref = "master", git = "https://github.com/inveniosoftware/invenio-circulation.git"}
pip = "<=18.0"
pipenv = "*"
requests = "==2.20.0"
Expand All @@ -34,7 +35,7 @@ pytest-pep8 = ">=1.0.6"
pytest-random-order = ">=0.5.4"
pytest-runner = ">=3.0.0,<5"
transifex-client = ">=0.12.5"
requests = ">=2.19.1"
requests = ">=2.20.0"
rero-ils = {editable = true, path = "."}

[requires]
Expand Down
137 changes: 119 additions & 18 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 70f4122

Please sign in to comment.