2020-10-05 21:30:35 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "dspace-statistics-api"
|
2020-11-18 21:01:18 +01:00
|
|
|
version = "1.3.2"
|
2020-10-05 21:30:35 +02:00
|
|
|
description = "A simple REST API to expose Solr view and download statistics for items in a DSpace repository."
|
2020-10-06 17:46:31 +02:00
|
|
|
authors = ["Alan Orth <aorth@mjanja.ch>"]
|
2020-10-05 21:30:35 +02:00
|
|
|
license = "GPL-3.0-only"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.6"
|
|
|
|
gunicorn = "^20.0.4"
|
|
|
|
falcon = "^2.0.0"
|
|
|
|
psycopg2-binary = "^2.8.6"
|
|
|
|
requests = "^2.24.0"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
ipython = { version = "^7.18.1", python = "^3.7" }
|
|
|
|
flake8 = "^3.8.4"
|
|
|
|
pytest = "^6.1.1"
|
|
|
|
isort = "^5.5.4"
|
|
|
|
black = "^20.8b1"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|