Ajout de dependance #35

Merged
sorel merged 1 commits from env2 into main 2026-05-04 13:04:04 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit e427561cc1 - Show all commits

4
.gitignore vendored
View File

@@ -1,3 +1,5 @@
db.sqlite3 db.sqlite3
venv/* venv/*
media/* media/*
*.pyc
__pycache__/

View File

@@ -18,3 +18,4 @@ typing_extensions==4.15.0
tzdata==2026.2 tzdata==2026.2
urllib3==2.6.3 urllib3==2.6.3
python-decouple python-decouple
gunicorn