File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99project = "gimie"
1010copyright = "2023, SDSC-ORD"
1111author = "SDSC-ORD"
12- release = "0.6.0 "
12+ release = "0.6.1 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 22
33[tool .poetry ]
44name = " gimie"
5- version = " 0.6.0 "
5+ version = " 0.6.1 "
66description = " Extract structured metadata from git repositories."
77authors = [
" Swiss Data Science Center <[email protected] >" ]
88license = " Apache-2.0"
@@ -32,17 +32,16 @@ typer = "^0.7.0"
3232calamus = " ^0.4.2"
3333requests = " ^2.28.2"
3434python-dotenv = " ^0.21.1"
35- pre-commit = " ^3.0.0"
36- importlib = " ^1.0.4"
3735python-dateutil = " ^2.8.2"
3836scancode-toolkit-mini = " ^32.0.8"
3937spdx-license-list = " ^3.22"
4038
4139[tool .poetry .group .dev .dependencies ]
42- pytest = " ^7.2.0"
4340black = " ^22.10.0"
44- pytest-cov = " ^4.1.0"
4541coveralls = " ^3.3.1"
42+ pre-commit = " ^3.0.0"
43+ pytest = " ^7.2.0"
44+ pytest-cov = " ^4.1.0"
4645
4746
4847[tool .poetry .group .doc .dependencies ]
You can’t perform that action at this time.
0 commit comments