Init
This commit is contained in:
8
app/requirements/common.txt
Normal file
8
app/requirements/common.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Django
|
||||
|
||||
django-cors-headers
|
||||
django-vite
|
||||
celery
|
||||
channels_redis
|
||||
djangorestframework
|
||||
django-celery-beat
|
||||
3
app/requirements/dev.txt
Normal file
3
app/requirements/dev.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
-r common.txt
|
||||
|
||||
channels[daphne]
|
||||
4
app/requirements/prod.txt
Normal file
4
app/requirements/prod.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
-r common.txt
|
||||
|
||||
uvicorn
|
||||
channels
|
||||
Reference in New Issue
Block a user