Skip to content

Commit

Permalink
update README to reflect change of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 9, 2024
1 parent a716dfa commit a47bd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ h2. Installation
@pip install textile@

Dependencies:
* "html5lib":https://pypi.org/project/html5lib/
* "nh3":https://pypi.org/project/nh3/
* "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.)

Optional dependencies include:
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<p>Dependencies:
<ul>
<li><a href="https://pypi.org/project/html5lib/">html5lib</a></li>
<li><a href="https://pypi.org/project/nh3/">nh3</a></li>
<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>
</ul></p>

Expand Down

0 comments on commit a47bd97

Please sign in to comment.