Skip to content

Commit 85a0afb

Browse files
authored
ugh... fix the pydoc-markdown dependency (#56)
+ bump the prerelease version
1 parent 937042f commit 85a0afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "yapapi"
7-
version = "0.2.1-alpha.1"
7+
version = "0.2.1-alpha.2"
88
description = "High-level Python API for the New Golem"
99
authors = ["Przemysław K. Rekucki <[email protected]>"]
1010
license = "LGPL-3.0-or-later"
@@ -33,7 +33,6 @@ jsonrpc-base = "^1.0.3"
3333

3434
ya-aioclient = "^0.1.1"
3535
toml = "^0.10.1"
36-
pydoc-markdown = "^3.5.0"
3736

3837

3938
[tool.poetry.extras]
@@ -49,6 +48,7 @@ mypy = "^0.782"
4948
liccheck = "^0.4.7"
5049
poethepoet = "^0.8.0"
5150
pytest-cov = "^2.10.1"
51+
pydoc-markdown = "^3.5.0"
5252

5353
[tool.portray]
5454

0 commit comments

Comments
 (0)