diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-19 22:31:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-19 22:31:10 -0400 |
| commit | 871e8689852c57c1e2e8dd28000b5317f10439d9 (patch) | |
| tree | 97536bdd4d4f4941fc63a2840ef78d2c67d5f10a | |
| parent | d7e73c257ed5dbdb33c4f1c9977ddf5c03b5729c (diff) | |
| download | cryptography-alex-patch-5.tar.gz | |
Blacklist some pyenchant versionsalex-patch-5
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ setup( "test": test_requirements, "docstest": [ "doc8", - "pyenchant", + "pyenchant != 1.6.9, != 1.6.10", "readme_renderer >= 16.0", "sphinx != 1.6.1, != 1.6.2, != 1.6.3", "sphinx_rtd_theme", |
