mirror of
https://github.com/tanrax/slack-clone-using-HTML-over-the-Wire.git
synced 2026-08-14 17:53:13 +02:00
18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
# Django
|
|
django===4.0
|
|
# Django Server
|
|
daphne===3.0.2
|
|
asgiref===3.4.1
|
|
# Manipulate images
|
|
Pillow===8.2.0
|
|
# Kit utilities
|
|
django-extensions===3.1.3
|
|
# PostgreSQL driver
|
|
psycopg2===2.9.1
|
|
# Django Channels
|
|
channels==3.0.4
|
|
# Redis Layer
|
|
channels_redis===3.2.0
|
|
# Fake data
|
|
Faker===8.13.2
|