Browse Source

restrict version of idna, 3 onwards won't work with requests

Gordon JC Pearce 4 years ago
parent
commit
83515109ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -45,7 +45,7 @@ install_requires = [
     "flaskbb-plugin-conversations>=1.0.7",
     "flaskbb-plugin-portal>=1.1.3",
     "future>=0.18.2",
-    "idna>=2.10",
+    "idna<3",
     "itsdangerous>=1.1.0",
     "Jinja2>=2.11.2",
     "kombu>=5.0.2",