Skip to content

Commit b1bf9b1

Browse files
author
Sychevskyi Henadii
committed
ASUP-340
1 parent b0fd23a commit b1bf9b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
markdown = {editable = true, path = "3rdparty/markdown"}
8-
pymdown-extensions = {editable = true, path = "3rdparty/pymdown-extensions"}
9-
mkdocs = {editable = true, path = "3rdparty/mkdocs"}
7+
markdown = ">=3.3,<4"
8+
pymdown-extensions = ">=9,<11"
9+
mkdocs = "==1.6.1"
1010
GitPython = "==3.0.6"
1111
mkdocs_versioned = {editable = true, path = "3rdparty/mkdocs-versioned"}
1212
markdown-tabs = {editable = true, path = "plugins/markdown-tabs"}

0 commit comments

Comments
 (0)