Skip to content

Commit 46c6c05

Browse files
committed
update README fixture for test passage.
1 parent 44eef42 commit 46c6c05

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

tests/fixtures/README.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p><a href="https://travis-ci.org/textile/python-textile"><img alt="" src="https://travis-ci.org/textile/python-textile.svg" /></a> <a href="https://coveralls.io/github/textile/python-textile?branch=master"><img alt="" src="https://coveralls.io/repos/github/textile/python-textile/badge.svg" /></a> <a href="https://codecov.io/github/textile/python-textile"><img alt="" src="https://codecov.io/github/textile/python-textile/coverage.svg" /></a></p>
1+
<p><a href="https://travis-ci.org/textile/python-textile"><img alt="" src="https://travis-ci.org/textile/python-textile.svg" /></a> <a href="https://coveralls.io/github/textile/python-textile?branch=master"><img alt="" src="https://coveralls.io/repos/github/textile/python-textile/badge.svg" /></a> <a href="https://codecov.io/github/textile/python-textile"><img alt="" src="https://codecov.io/github/textile/python-textile/coverage.svg" /></a> <img alt="" src="https://img.shields.io/pypi/pyversions/textile" /> <img alt="" src="https://img.shields.io/pypi/wheel/textile" /></p>
22

33
<h1>python-textile</h1>
44

@@ -8,10 +8,15 @@
88

99
<p><code>pip install textile</code></p>
1010

11+
<p>Dependencies:
12+
<ul>
13+
<li><a href="https://pypi.org/project/html5lib/">html5lib</a></li>
14+
<li><a href="https://pypi.org/project/regex/">regex</a> (The regex package causes problems with PyPy, and is not installed as a dependency in such environments. If you are upgrading a textile install on PyPy which had regex previously included, you may need to uninstall it.)</li>
15+
</ul></p>
16+
1117
<p>Optional dependencies include:
1218
<ul>
13-
<li><a href="http://python-pillow.github.io/"><span class="caps">PIL</span>/Pillow</a> (for checking images size)</li>
14-
<li><a href="https://pypi.python.org/pypi/regex">regex</a> (for faster unicode-aware string matching).</li>
19+
<li><a href="http://python-pillow.github.io/"><span class="caps">PIL</span>/Pillow</a> (for checking image sizes). If needed, install via <code>pip install 'textile[imagesize]'</code></li>
1520
</ul></p>
1621

1722
<h2>Usage</h2>
@@ -42,5 +47,5 @@
4247
<h3>Notes:</h3>
4348

4449
<ul>
45-
<li>Active development supports Python 2.7 or later (including Python 3.3+).</li>
50+
<li>Active development supports Python 3.5 or later.</li>
4651
</ul>

0 commit comments

Comments
 (0)