diff options
| author | 2021-04-12 19:28:44 +0100 | |
|---|---|---|
| committer | 2021-04-12 19:28:44 +0100 | |
| commit | 7aae99b0270c783f7cb6a895f54a04fffdc67c8e (patch) | |
| tree | 4597cad33f489d78341ba71e09d1749a0b465cf5 /Pipfile | |
| parent | Use == instead of str.startswith (diff) | |
| parent | Remove reactions from everyone when paginating and waiting for trashcan react... (diff) | |
Merge branch 'main' into dont-use-startswith
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] | 
