diff options
| author | 2021-04-12 16:38:08 +0100 | |
|---|---|---|
| committer | 2021-04-12 16:38:08 +0100 | |
| commit | e4cf3afa2629bdcc287ca2b363505e5a5d1c0e1a (patch) | |
| tree | 5511c136833aa07efc89c3eac98a9eb013cb53ca /Pipfile | |
| parent | Merge pull request #1516 from ToxicKidz/sorted-available-channels (diff) | |
| parent | Merge branch 'main' into doc-imp (diff) | |
Merge pull request #1014 from Numerlor/doc-imp
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 | 
1 files changed, 1 insertions, 3 deletions
| @@ -20,15 +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"  regex = "==2021.4.4" -requests = "~=2.22"  sentry-sdk = "~=0.19" -sphinx = "~=2.2"  statsd = "~=3.3"  [dev-packages] | 
