Skip to content

Commit

Permalink
require Pyphen >= 0.9.1
Browse files Browse the repository at this point in the history
With older versions tests I get 19 test failures in test_text.py. I am not
sure if this is peculiarity of the test suite but 0.9.1 was released
almost 6 years ago (December 2013) so requiring it should be fine.
  • Loading branch information
FelixSchwarz committed Nov 7, 2019
1 parent 4677318 commit 409a07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WeasyPrint |version| depends on:
* tinycss2_ ≥ 1.0.0
* cssselect2_ ≥ 0.1
* CairoSVG_ ≥ 2.4.0
* Pyphen_ ≥ 0.8
* Pyphen_ ≥ 0.9.1
* GDK-PixBuf_ ≥ 2.25.0 [#]_

.. _CPython: http://www.python.org/
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install_requires =
tinycss2>=1.0.0
cssselect2>=0.1
CairoSVG>=2.4.0
Pyphen>=0.8
Pyphen>=0.9.1
tests_require =
pytest-runner
pytest-cov
Expand Down

0 comments on commit 409a07a

Please sign in to comment.