diff options
author | 2021-03-30 13:26:11 +0300 | |
---|---|---|
committer | 2021-03-30 13:26:11 +0300 | |
commit | 397d143161563fcdfcec32637e8d4d03dd6541f2 (patch) | |
tree | f2d32e6f9b8dae443ab8936cbcd4d03bc78fcaa4 /Pipfile | |
parent | Fix applying description changes to wrong places (diff) | |
parent | Merge pull request #393 from ks129/guides-app (diff) |
Merge branch 'dewikification' into resources-lists
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |