diff options
| author | 2021-04-10 13:10:51 -0700 | |
|---|---|---|
| committer | 2021-04-11 11:33:29 -0700 | |
| commit | 150713eaf7b5c61667385f3e46587aca059191f4 (patch) | |
| tree | 40582cc5870ac005463bdbdd660d6415d93c2476 /Pipfile | |
| parent | Filtering: remove invisible characters before checking filters (diff) | |
Filtering: use a more thorough regex for zalgo & invisible chars
Install the regex package to take advantage of its support for Unicode
categories.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ 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" |