2 Commits

Author SHA1 Message Date
a9e708c778 Merge pull request 'Ajout de dependance' (#35) from env2 into main
All checks were successful
Organisation/sirh/pipeline/head This commit looks good
Reviewed-on: #35
2026-05-04 13:04:03 +00:00
e427561cc1 Ajout de dependance
Some checks are pending
Organisation/sirh/pipeline/head This commit looks good
Organisation/sirh/pipeline/pr-main Build queued...
2026-05-04 13:01:17 +00:00
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