use python regex instead of re for unicode handling
This commit is contained in:
parent
04609095d8
commit
20885c5d03
@ -10,7 +10,7 @@ import pathlib
|
||||
import pypandoc
|
||||
import shutil
|
||||
import os
|
||||
import re
|
||||
import regex as re
|
||||
import json
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user