Fix #1488 some more: compile the regex' less often for better performance

This commit is contained in:
Martin Gross
2020-04-17 17:53:57 +02:00
parent 7ce4c30922
commit 2030aaf12e
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ setup(
'csscompressor',
'django-markup',
'markdown<=2.2',
'bleach>=3.1.3',
'bleach>=3.1.3,<3.2.0',
'sentry-sdk==0.14.*',
'babel',
'paypalrestsdk==1.13.*',