Ajout de dependance
Some checks are pending
Organisation/sirh/pipeline/head This commit looks good
Organisation/sirh/pipeline/pr-main Build queued...

This commit is contained in:
2026-05-04 13:01:17 +00:00
parent ecdaa9f9f9
commit e427561cc1
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

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

View File

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