This commit is contained in:
2024-05-16 18:41:04 +02:00
commit 1e49f104d7
41 changed files with 1196 additions and 0 deletions

7
requirements/common.txt Normal file
View File

@@ -0,0 +1,7 @@
asgiref==3.8.*
Django==5.0.*
django-cors-headers==4.3.*
sqlparse==0.5.*
tzdata==2024.1
django-vite==3.0.*
python-dotenv==1.0.*

1
requirements/dev.txt Normal file
View File

@@ -0,0 +1 @@
-r common.txt

1
requirements/prod.txt Normal file
View File

@@ -0,0 +1 @@
-r common.txt