1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-07-26 22:43:44 +02:00
dspace-statistics-api/pyproject.toml
renovate[bot] e96c79bf2c
All checks were successful
continuous-integration/drone/push Build is passing
Update dependency flake8 to v7
2024-01-05 01:26:48 +00:00

30 lines
768 B
TOML

[tool.poetry]
name = "dspace-statistics-api"
version = "1.4.4-dev"
description = "A simple REST API to expose Solr view and download statistics for items, communities, and collections in a DSpace repository."
authors = ["Alan Orth <aorth@mjanja.ch>"]
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.8.1"
gunicorn = "^21.0.0"
falcon = "3.1.3"
psycopg2 = "^2.9.1"
requests = "^2.24.0"
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
[tool.poetry.group.dev.dependencies]
black = "^23.0.0"
fixit = "^2.1.0"
flake8 = "^7.0.0"
isort = "^5.9.1"
pytest = "^7.0.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.isort]
profile = "black"
line_length=88