diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index fa1af5d..7a994f9 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -2,4 +2,5 @@ pytest pytest-cov # For checking test coverage (optional) ruff # Or flake8, pylint etc. for linting black # For code formatting checks -testcontainers \ No newline at end of file +testcontainers +faker \ No newline at end of file