This commit is contained in:
Mouse
2018-10-31 19:58:11 +08:00
parent 0b60fb7016
commit 6cd3a0437c
3 changed files with 129 additions and 0 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pymdown-extensions = "*"
python-markdown-math = "*"
mkdocs = "*"
[dev-packages]
[requires]
python_version = "3.7"