We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f462f5 commit d785470Copy full SHA for d785470
Pipfile
@@ -0,0 +1,24 @@
1
+[[source]]
2
+url = "https://pypi.org/simple"
3
+verify_ssl = true
4
+name = "pypi"
5
+
6
+[packages]
7
+mkdocs = "*"
8
+markdown = "*"
9
+beautifulsoup4 = "*"
10
+python-frontmatter = "*"
11
+mdx-wikilink-plus = "*"
12
+mkdocs-callouts = "*"
13
+mkdocs-custom-tags-attributes = "*"
14
+pymdown-extensions = "*"
15
+black = "*"
16
+ruff = "*"
17
18
+[dev-packages]
19
20
+[requires]
21
+python_version = "3.11"
22
23
+[scripts]
24
+black = "black ."
0 commit comments