mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Blacklist some pyenchant versions (#3799)
This commit is contained in:
parent
d7e73c257e
commit
d3c4ba3a79
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue