aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-03-30 13:26:11 +0300
committerGravatar GitHub <[email protected]>2021-03-30 13:26:11 +0300
commit397d143161563fcdfcec32637e8d4d03dd6541f2 (patch)
treef2d32e6f9b8dae443ab8936cbcd4d03bc78fcaa4 /Pipfile
parentFix applying description changes to wrong places (diff)
parentMerge pull request #393 from ks129/guides-app (diff)
Merge branch 'dewikification' into resources-lists
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index a9d9f6c4..9ec75e84 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,6 +18,8 @@ pyyaml = "~=5.1"
pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"}
sentry-sdk = "~=0.14"
gitpython = "~=3.1.7"
+markdown = "~=3.3.4"
+python-frontmatter = "~=1.0"
[dev-packages]
coverage = "~=5.0"
@@ -34,6 +36,7 @@ mccabe = "~=0.6.1"
pep8-naming = "~=0.9"
pre-commit = "~=2.1"
unittest-xml-reporting = "~=3.0"
+pyfakefs = "~=4.4.0"
[requires]
python_version = "3.7"