diff options
Diffstat (limited to '')
| -rw-r--r-- | Pipfile | 1 | ||||
| -rw-r--r-- | Pipfile.lock | 10 | 
2 files changed, 10 insertions, 1 deletions
@@ -23,6 +23,7 @@ lxml = "~=4.4"  markdownify = "==0.5.3"  more_itertools = "~=8.2"  python-dateutil = "~=2.8" +python-frontmatter = "~=1.0.0"  pyyaml = "~=5.1"  requests = "~=2.22"  sentry-sdk = "~=0.19" diff --git a/Pipfile.lock b/Pipfile.lock index d16cef2a8..cbec48ef0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@  {      "_meta": {          "hash": { -            "sha256": "e5b57ca7276af4709b345055d4b3705c4142c61c4669c796b79a73379ec37a9a" +            "sha256": "91b5639198b35740611e7ac923cfc262e5897b8cbc3ca243dc98335705804ba7"          },          "pipfile-spec": 6,          "requires": { @@ -613,6 +613,14 @@              "index": "pypi",              "version": "==2.8.1"          }, +        "python-frontmatter": { +            "hashes": [ +                "sha256:766ae75f1b301ffc5fe3494339147e0fd80bc3deff3d7590a93991978b579b08", +                "sha256:e98152e977225ddafea6f01f40b4b0f1de175766322004c826ca99842d19a7cd" +            ], +            "index": "pypi", +            "version": "==1.0.0" +        },          "pytz": {              "hashes": [                  "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da",  |