We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a4383 commit 0270cc2Copy full SHA for 0270cc2
docs/source/changes.rst
@@ -7,7 +7,13 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
7
`Anaconda.org <https://anaconda.org/conda-forge/pytask>`_.
8
9
10
-0.1.2 - 2021-xx-xx
+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
17
------------------
18
19
- :gh:`135` implements handling of version in docs as proposed by setuptools-scm.
setup.cfg
@@ -39,6 +39,7 @@ install_requires =
39
click
40
click-default-group
41
networkx>=2.4
42
+ packaging
43
pluggy
44
pony>=0.7.13
45
rich
0 commit comments