Parse more nTLDs and gTLDs (Fix #1488)

This commit is contained in:
Martin Gross
2020-04-17 17:44:08 +02:00
parent f1e772c829
commit 7ce4c30922
3 changed files with 21 additions and 8 deletions

View File

@@ -120,7 +120,7 @@ setup(
'csscompressor',
'django-markup',
'markdown<=2.2',
'bleach==3.1.*',
'bleach>=3.1.3',
'sentry-sdk==0.14.*',
'babel',
'paypalrestsdk==1.13.*',
@@ -151,6 +151,7 @@ setup(
'python-bidi==0.4.*', # Support for Arabic in reportlab
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
'packaging',
'tlds>=2020041600'
],
extras_require={
'dev': [