Skip to content

Commit

Permalink
Loosen version requirement
Browse files Browse the repository at this point in the history
Right now this is giving an error on installation:

```
ERROR: pytest-markdown-docs 0.4.1 has requirement markdown-it-py<1.2.0,>=1.1.0, but you'll have markdown-it-py 3.0.0 which is incompatible.
```
  • Loading branch information
ekzhang authored Jul 7, 2023
1 parent 2f236d8 commit 2799427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["LICENSE"]

[tool.poetry.dependencies]
python = "^3.7"
markdown-it-py = "~=2.2.0"
markdown-it-py = ">=2.2.0"

[tool.poetry.plugins]

Expand Down

0 comments on commit 2799427

Please sign in to comment.