Skip to content

Commit

Permalink
Fixed html tags in requirements documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckBoss committed Sep 17, 2020
1 parent d6da215 commit b6e0618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/wiki/requirements.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ <h4 id="dependencies">Dependencies (Can be installed with pip)</h4>
<h4 id="additional-dependencies">Additional Dependencies (Required if the
Web Interface is enabled)</h4>
<ul>
<li><a href="https://pypi.org/project/websockets/">websockets</a></li>
<li><a href="https://pypi.org/project/websockets/">websockets</a>
<ul>
<li>Provides continuous data to the web interface.</li>
</ul>
</li>
<li><a href="https://pypi.org/project/Flask/">Flask</a></li>
<li><a href="https://pypi.org/project/Flask/">Flask</a>
<ul>
<li>Internal framework for the web interface.</li>
</ul>
</li>
<li><a href="https://pypi.org/project/gevent/">gevent</a></li>
<li><a href="https://pypi.org/project/gevent/">gevent</a>
<ul>
<li>Production web server for the web interface.</li>
</ul>
Expand Down

0 comments on commit b6e0618

Please sign in to comment.