use python regex instead of re for unicode handling

This commit is contained in:
Akbar Rahman 2021-12-27 16:00:12 +00:00
parent 04609095d8
commit 20885c5d03
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import pathlib
import pypandoc
import shutil
import os
import re
import regex as re
import json

View File

@ -3,4 +3,5 @@ pypandoc==1.5
python-frontmatter==1.0.0
python-magic==0.4.24
PyYAML==5.4.1
regex==2021.11.10
soupsieve==2.2.1