Skip to content

Commit 0270cc2

Browse files
authored
Add packaging to the dependencies of pytask. (#157)
1 parent 26a4383 commit 0270cc2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/changes.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
77
`Anaconda.org <https://anaconda.org/conda-forge/pytask>`_.
88

99

10-
0.1.2 - 2021-xx-xx
10+
0.1.3 - 2021-xx-xx
11+
------------------
12+
13+
- :gh:`157` adds packaging to the dependencies of the package.
14+
15+
16+
0.1.2 - 2021-11-27
1117
------------------
1218

1319
- :gh:`135` implements handling of version in docs as proposed by setuptools-scm.

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ install_requires =
3939
click
4040
click-default-group
4141
networkx>=2.4
42+
packaging
4243
pluggy
4344
pony>=0.7.13
4445
rich

0 commit comments

Comments
 (0)