Browse Source

fix: Blacklist broken configparser versions (#11718)

Markus Unterwaditzer 6 years ago
parent
commit
73eb4a50d0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      requirements-dev.txt

+ 5 - 0
requirements-dev.txt

@@ -1,5 +1,10 @@
 autopep8>=1.3.5,<1.4.0
 Babel
+
+# Dependency of flake8
+# https://github.com/jaraco/configparser/issues/27
+# https://github.com/jaraco/configparser/issues/30
+configparser!=3.5.2,!=3.5.3,!=3.7.0
 flake8>=3.5.0,<3.6.0
 isort>=4.3.4,<4.4.0
 pycodestyle>=2.3.1,<2.4.0