init
This commit is contained in:
9
app/requirements/common.txt
Normal file
9
app/requirements/common.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Django
|
||||
django-vite
|
||||
Hypercorn[uvloop]
|
||||
uvloop
|
||||
python-magic
|
||||
nanoid
|
||||
djangorestframework
|
||||
markdown
|
||||
django-filter
|
||||
3
app/requirements/dev.txt
Normal file
3
app/requirements/dev.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
-r common.txt
|
||||
whitenoise
|
||||
django-stubs # temporaire le temps que pycharm sorte la version 2025.1.1
|
||||
1
app/requirements/prod.txt
Normal file
1
app/requirements/prod.txt
Normal file
@@ -0,0 +1 @@
|
||||
-r common.txt
|
||||
Reference in New Issue
Block a user