django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.01k stars 793 forks source link

Question about versions #2055

Open Tein1337 opened 8 months ago

Tein1337 commented 8 months ago

Can you write the versions of all libraries, languages, etc. or just indicate where it is written, maybe I missed it. When writing chat on tutorial there were problems with version conflict, so I would like to know exactly what versions and what are used in the tutorial (I am a complete zero in programming, for information).

wenyuan commented 8 months ago

Here's the package(including version ) I used when writing the tutorial chat server.

channels==3.0.5
channels-redis==4.0.0
Django==4.1.2

For reference only.