update README

This commit is contained in:
2025-07-21 05:00:06 +03:00
parent b56ce59050
commit b24af2030b
+3 -2
View File
@@ -3,7 +3,7 @@
`Watch Together` is a self-hosted web application that allows you and your friends to watch movies and TV shows in sync.
It uses Yandex.Disk for media file storage and fetches rich metadata from The Movie Database (TMDB) to create an elegant
browsing experience. The application is built with Python and the [NiceGUI](https://nicegui.io/) framework for a
seamless web interface.
seamless web interface and uses [Plyr](https://github.com/sampotts/plyr) as a web player.
## Features
@@ -105,4 +105,5 @@ This project relies on several key Python libraries:
* [AIOHTTP](https://docs.aiohttp.org/): For making asynchronous HTTP requests to the TMDB API.
* [PyJWT](https://pyjwt.readthedocs.io/): For handling JSON Web Tokens for user sessions.
* [orjson](https://github.com/ijl/orjson): For fast JSON serialization/deserialization.
* [bcrypt](https://pypi.org/project/bcrypt/): For hashing user identifiers.
* [bcrypt](https://pypi.org/project/bcrypt/): For hashing user identifiers.
* [Plyr](https://github.com/sampotts/plyr): For playing video files