-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 845 Bytes
/
Copy pathpyproject.toml
File metadata and controls
37 lines (34 loc) · 845 Bytes
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
[tool.poetry]
name = "dspace-reports"
version = "3.1.0"
description = "A Python tool to generate and email views and downloads statistical reports for a DSpace 7+ repository."
authors = ["Nicholas Woodward <njw@austin.utexas.edu>"]
license = "GPLv3"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
certifi = "2026.5.20"
chardet = "7.4.3"
idna = "3.16"
isort = "8.0.1"
lazy-object-proxy = "1.12.0"
mccabe = "==0.7.0"
psycopg = "3.3.4"
pylint = "4.0.5"
python-dateutil = "2.9.0.post0"
PyYAML = "6.0.3"
requests = "2.34.2"
six = "1.17.0"
toml = "==0.10.2"
urllib3 = "2.7.0"
wrapt = "2.2.1"
XlsxWriter = "3.2.9"
astroid = "4.0.2"
tomlkit = "0.15.0"
platformdirs = "4.9.6"
typing-extensions = "4.15.0"
dill = "0.4.1"
charset-normalizer = "3.4.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"