Skip to content

Commit d785470

Browse files
committed
chore: pipenv install
1 parent 1f462f5 commit d785470

File tree

2 files changed

+401
-0
lines changed

2 files changed

+401
-0
lines changed

Pipfile

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)