mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-10-13 07:54:31 +00:00
use python regex instead of re for unicode handling
This commit is contained in:
@@ -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