Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
build: Increase pytkdocs accepted versions range
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
pyproject.toml
|
|
@@ -23,7 +23,7 @@ python = "^3.6" |
|
|
beautifulsoup4 = "^4.8.2" |
|
|
mkdocs = "^1.1" |
|
|
pymdown-extensions = ">=6.3, <8.0" |
|
|
pytkdocs = ">=0.2.0, <0.7.0" |
|
|
pytkdocs = ">=0.2.0, <0.8.0" |
|
|
|
|
|
[tool.poetry.dev-dependencies] |
|
|
bandit = "^1.5" |
|
|
|