diff options
| author | 2021-04-15 11:29:04 -0700 | |
|---|---|---|
| committer | 2021-04-15 11:29:04 -0700 | |
| commit | 132c985abdab830b6226954e8f876e508ca92ef1 (patch) | |
| tree | a33a069c5bd9c7c8316988d2978ae4e239198777 /Pipfile | |
| parent | chore: update wording as requested (diff) | |
| parent | Merge pull request #1523 from kwzrd/kwzrd/branding-dev (diff) | |
Merge branch 'main' into decorator-tag
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -20,14 +20,13 @@ emoji = "~=0.6" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" lxml = "~=4.4" -markdownify = "==0.5.3" +markdownify = "==0.6.1" more_itertools = "~=8.2" python-dateutil = "~=2.8" python-frontmatter = "~=1.0.0" pyyaml = "~=5.1" -requests = "~=2.22" +regex = "==2021.4.4" sentry-sdk = "~=0.19" -sphinx = "~=2.2" statsd = "~=3.3" [dev-packages] |