Remove pyglet from dependencies list in README

The pyglet library has been removed from the dependencies table in the README, indicating it is no longer used for audio playback in the project.
This commit is contained in:
oop7
2026-01-24 16:28:25 +02:00
parent 64560fabb2
commit 3ae18678e8
-4
View File
@@ -482,10 +482,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
<td><a href="https://python-markdown.github.io/">markdown</a></td>
<td>Markdown Rendering</td>
</tr>
<tr>
<td><a href="https://pyglet.org/">pyglet</a></td>
<td>Audio Playback</td>
</tr>
<tr>
<td><a href="https://github.com/Delgan/loguru">loguru</a></td>
<td>Logging</td>