Requirements

This project requires the following Python packages:

  • channels==3.0.4: Django Channels, which extends Django to handle WebSockets, chat, and other protocols.
  • django==4.0.0: The Django web framework, version 4.0.0.

To install these dependencies, you can use the following command:

pip install -r requirements.txt