File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ This is a record of all past pytask-latex releases and what went into them in re
44chronological order. Releases follow [ semantic versioning] ( https://semver.org/ ) and all
55releases are available on [ Anaconda.org] ( https://anaconda.org/conda-forge/pytask-latex ) .
66
7+ ## 0.4.2 - 2023-xx-xx
8+
9+ - {pull}` 65 ` simplifies dependency management.
10+
11+ ## 0.4.1 - 2023-xx-xx
12+
13+ - {pull}` 63 ` improves the collection of dependencies.
14+
715## 0.4.0 - 2023-10-07
816
917- {pull}` 60 ` updates the package to use pytask v0.4.0.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ classifiers = [
1616requires-python = " >=3.8"
1717dependencies = [ " latex-dependency-scanner>=0.1.1" , " pluggy>=1.0.0" , " pytask>=0.4.0" ]
1818dynamic = [ " version" ]
19- authors = [ { name = " Tobias Raabe" , email = " raabe@poste.de" }]
19+ authors = [ { name = " Tobias Raabe" , email = " raabe@poste.de" } ]
2020readme = { file = " README.md" , content-type = " text/markdown" }
2121license = { text = " MIT" }
2222
@@ -27,6 +27,9 @@ Documentation = "https://github.com/pytask-dev/pytask-latex"
2727Github = " https://github.com/pytask-dev/pytask-latex"
2828Tracker = " https://github.com/pytask-dev/pytask-latex/issues"
2929
30+ [project .optional-dependencies ]
31+ test = [" pytest" , " pytest-cov" , " pytest-xdist" ]
32+
3033[tool .setuptools ]
3134include-package-data = true
3235zip-safe = false
Original file line number Diff line number Diff line change @@ -6,15 +6,6 @@ usedevelop = true
66passenv = CI
77
88[testenv:pytest]
9- deps =
10- # pytest
11- pytest
12- pytest-cov
13- pytest-xdist
14-
15- # Package
16- pytask>=0.4.0
17- pytask-parallel>=0.4.0
18- latex-dependency-scanner>=0.1.1
9+ extras = test
1910commands =
2011 pytest {posargs}
You can’t perform that action at this time.
0 commit comments