Skip to content

Commit a47bd97

Browse files
committed
update README to reflect change of dependencies
1 parent a716dfa commit a47bd97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ h2. Installation
99
@pip install textile@
1010

1111
Dependencies:
12-
* "html5lib":https://pypi.org/project/html5lib/
12+
* "nh3":https://pypi.org/project/nh3/
1313
* "regex":https://pypi.org/project/regex/ (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.)
1414

1515
Optional dependencies include:

tests/fixtures/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>Dependencies:
1212
<ul>
13-
<li><a href="https://pypi.org/project/html5lib/">html5lib</a></li>
13+
<li><a href="https://pypi.org/project/nh3/">nh3</a></li>
1414
<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>
1515
</ul></p>
1616

0 commit comments

Comments
 (0)