populate more

This commit is contained in:
thomas girod
2024-07-24 00:16:31 +02:00
parent 2261782920
commit 6c4251a91f
4 changed files with 419 additions and 15 deletions

View File

@ -63,6 +63,7 @@ ruff = "^0.5.1" # Version used in pipeline is controlled by pre-commit hooks in
djhtml = "^3.0.6"
# deps used for testing purposes
faker = "^26.0.0"
[tool.poetry.group.tests.dependencies]
freezegun = "^1.2.2" # used to test time-dependent code
pytest = "^8.2.2"